isort: fix imports

This commit is contained in:
Roman Zeyde
2016-10-18 12:10:28 +03:00
parent 0ba33a5bc4
commit f7ebb02799
4 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
"""Thin wrapper around trezor/keepkey libraries."""
from __future__ import absolute_import
import binascii
import collections
import logging