mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-20 06:28:09 +00:00
fix: try fix ci tests
This commit is contained in:
parent
360010183f
commit
4c29377f0c
@ -63,7 +63,7 @@ class Slip21Node:
|
|||||||
|
|
||||||
if utils.USE_THP:
|
if utils.USE_THP:
|
||||||
|
|
||||||
async def get_seed() -> bytes:
|
async def get_seed() -> bytes: # type: ignore [Function declaration "get_seed" is obscured by a declaration of the same name]
|
||||||
common_seed = context.cache_get(APP_COMMON_SEED)
|
common_seed = context.cache_get(APP_COMMON_SEED)
|
||||||
assert common_seed is not None
|
assert common_seed is not None
|
||||||
return common_seed
|
return common_seed
|
||||||
|
@ -7,3 +7,4 @@ construct>=2.9,!=2.10.55
|
|||||||
typing_extensions>=4.7.1
|
typing_extensions>=4.7.1
|
||||||
construct-classes>=0.1.2
|
construct-classes>=0.1.2
|
||||||
appdirs>=1.4.4
|
appdirs>=1.4.4
|
||||||
|
cryptography >=43.0.3
|
||||||
|
Loading…
Reference in New Issue
Block a user