1
0
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:
M1nd3r 2024-11-18 17:14:12 +01:00
parent 360010183f
commit 4c29377f0c
2 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class Slip21Node:
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)
assert common_seed is not None
return common_seed

View File

@ -7,3 +7,4 @@ construct>=2.9,!=2.10.55
typing_extensions>=4.7.1
construct-classes>=0.1.2
appdirs>=1.4.4
cryptography >=43.0.3