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,13 @@
import tempfile
import socket
import threading
import os
import io
import pytest
import mock
import os
import socket
import tempfile
import threading
from .. import server
from .. import protocol
from .. import util
import mock
import pytest
from .. import protocol, server, util
def test_socket():