diff options
author | Dana Powers <dana.powers@rd.io> | 2014-08-19 21:25:42 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@rd.io> | 2014-08-19 21:27:44 -0700 |
commit | 24936881b7db48bab52f2a6129ce31c5136529ee (patch) | |
tree | b4f70e526b82228cea00d23404823ac4d5bfae0b /test/test_conn.py | |
parent | f5802d8a7a846a4660391655874581df96a82691 (diff) | |
download | kafka-python-24936881b7db48bab52f2a6129ce31c5136529ee.tar.gz |
Remove unused imports from test/test_conn.py
Diffstat (limited to 'test/test_conn.py')
-rw-r--r-- | test/test_conn.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_conn.py b/test/test_conn.py index d7d6958..b0a1907 100644 --- a/test/test_conn.py +++ b/test/test_conn.py @@ -1,5 +1,3 @@ -import os -import random import socket import struct |