fixup imports order

isort -rc trezor_agent
This commit is contained in:
Roman Zeyde
2016-02-15 20:53:14 +02:00
parent cd4cc059d6
commit 40e2d9fb2c
3 changed files with 3 additions and 5 deletions

View File

@@ -4,8 +4,7 @@ import logging
import re
import struct
from . import factory
from . import formats, util
from . import factory, formats, util
log = logging.getLogger(__name__)