style: fix import order in trezorlib/misc.py

pull/467/head
matejcik 5 years ago
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…
Cancel
Save