mirror of
https://github.com/romanz/amodem.git
synced 2026-03-17 07:05:59 +08:00
Enable isort check in tox
This commit is contained in:
@@ -21,9 +21,8 @@ import time
|
||||
import pkg_resources
|
||||
import semver
|
||||
|
||||
|
||||
from . import agent, client, encode, keyring, protocol
|
||||
from .. import device, formats, server, util
|
||||
from . import agent, client, encode, keyring, protocol
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
import binascii
|
||||
import logging
|
||||
|
||||
from . import client, decode, keyring, protocol
|
||||
from .. import util
|
||||
from . import client, decode, keyring, protocol
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@@ -9,8 +9,8 @@ import struct
|
||||
import ecdsa
|
||||
import nacl.signing
|
||||
|
||||
from . import protocol
|
||||
from .. import util
|
||||
from . import protocol
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
import io
|
||||
import logging
|
||||
|
||||
from . import decode, keyring, protocol
|
||||
from .. import util
|
||||
from . import decode, keyring, protocol
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ import base64
|
||||
import hashlib
|
||||
import logging
|
||||
import struct
|
||||
|
||||
import nacl.signing
|
||||
|
||||
from .. import formats, util
|
||||
|
||||
@@ -4,8 +4,8 @@ import os
|
||||
|
||||
import pytest
|
||||
|
||||
from .. import decode, protocol
|
||||
from ... import util
|
||||
from .. import decode, protocol
|
||||
|
||||
|
||||
def test_subpackets():
|
||||
|
||||
@@ -2,8 +2,8 @@ import ecdsa
|
||||
import nacl.signing
|
||||
import pytest
|
||||
|
||||
from .. import protocol
|
||||
from ... import formats
|
||||
from .. import protocol
|
||||
|
||||
|
||||
def test_packet():
|
||||
|
||||
Reference in New Issue
Block a user