1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-11 03:18:45 +00:00

fixup! fixup! fixup! fixup! fixup! fixup! test: update upgrade tests

This commit is contained in:
M1nd3r 2025-04-01 17:00:36 +02:00
parent 33349c1807
commit 18a2527f4c

View File

@ -57,7 +57,7 @@ LABEL = "test"
STRENGTH = 128
def _get_session(client: "Client", passphrase: str | object = "") -> Session:
def _get_session(client: "Client", passphrase: str | object = "") -> "Session":
if client.protocol_version != ProtocolVersion.V1:
return client.get_session(passphrase=passphrase)