mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
style: fix import order in trezorlib/misc.py
This commit is contained in:
parent
5b8f542436
commit
68e6a0077b
@ -15,7 +15,7 @@
|
||||
# If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
|
||||
|
||||
from . import messages
|
||||
from .tools import expect, Address
|
||||
from .tools import Address, expect
|
||||
|
||||
if False:
|
||||
from .client import TrezorClient
|
||||
|
Loading…
Reference in New Issue
Block a user