mirror of
https://github.com/romanz/amodem.git
synced 2026-03-30 23:57:54 +08:00
fixup imports order
isort -rc trezor_agent
This commit is contained in:
@@ -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__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user