mirror of
https://github.com/romanz/amodem.git
synced 2026-04-20 04:56:25 +08:00
tox: order imports
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import binascii
|
||||
import logging
|
||||
|
||||
from . import decode, client, keyring, protocol
|
||||
from . import client, decode, keyring, protocol
|
||||
from .. import util
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user