1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

style: fix import order in trezorlib/misc.py

This commit is contained in:
matejcik 2019-08-29 15:19:02 +02:00
parent 5b8f542436
commit 68e6a0077b

View File

@ -15,7 +15,7 @@
# If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>. # If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
from . import messages from . import messages
from .tools import expect, Address from .tools import Address, expect
if False: if False:
from .client import TrezorClient from .client import TrezorClient