sort imports using isort tool

This commit is contained in:
Roman Zeyde
2016-01-09 16:06:47 +02:00
parent c454114c4e
commit 0c63aef719
11 changed files with 31 additions and 37 deletions

View File

@@ -1,14 +1,12 @@
import socket
import contextlib
import logging
import os
import socket
import subprocess
import tempfile
import contextlib
import threading
import logging
from . import protocol
from . import formats
from . import util
from . import formats, protocol, util
log = logging.getLogger(__name__)