From 6b2ed6af41cb0b53709880fe7f7304c47340fedf Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Wed, 16 Apr 2025 17:23:34 +0200 Subject: [PATCH] fix style --- tests/translations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/translations.py b/tests/translations.py index 51566ef6c8..526d2f840d 100644 --- a/tests/translations.py +++ b/tests/translations.py @@ -9,8 +9,8 @@ from pathlib import Path from trezorlib import cosi, device, models from trezorlib._internal import translations from trezorlib.debuglink import LayoutType -from trezorlib.debuglink import TrezorClientDebugLink as Client from trezorlib.debuglink import SessionDebugWrapper as Session +from trezorlib.debuglink import TrezorClientDebugLink as Client from . import common