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,5 +1,5 @@
import struct
import io
import struct
def send(conn, data, fmt=None):