From 5c1475b5c29bf5020f58e96b79384956463cccb8 Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Tue, 18 Feb 2025 16:33:44 +0100 Subject: [PATCH] fix(tests): remove unused import [no changelog] --- tests/device_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/device_handler.py b/tests/device_handler.py index 016aedb8fb..c060a405e9 100644 --- a/tests/device_handler.py +++ b/tests/device_handler.py @@ -7,7 +7,6 @@ import typing_extensions as tx from trezorlib.client import PASSPHRASE_ON_DEVICE from trezorlib.transport import udp -from trezorlib.transport.session import Session if t.TYPE_CHECKING: from trezorlib._internal.emulator import Emulator