1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-23 13:02:03 +00:00

fix(tests): remove unused import

[no changelog]
This commit is contained in:
M1nd3r 2025-02-18 16:33:44 +01:00
parent 32dd2d5116
commit 5c1475b5c2

View File

@ -7,7 +7,6 @@ import typing_extensions as tx
from trezorlib.client import PASSPHRASE_ON_DEVICE from trezorlib.client import PASSPHRASE_ON_DEVICE
from trezorlib.transport import udp from trezorlib.transport import udp
from trezorlib.transport.session import Session
if t.TYPE_CHECKING: if t.TYPE_CHECKING:
from trezorlib._internal.emulator import Emulator from trezorlib._internal.emulator import Emulator