tox: order imports

This commit is contained in:
Roman Zeyde
2017-01-06 12:37:14 +02:00
parent 61ced2808f
commit 002dc2a0e0
5 changed files with 12 additions and 7 deletions

View File

@@ -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__)