summaryrefslogtreecommitdiff
path: root/test/test_integration.py
diff options
context:
space:
mode:
authorOmar Ghishan <omar.ghishan@rd.io>2014-01-07 17:54:05 -0800
committerOmar Ghishan <omar.ghishan@rd.io>2014-01-07 17:54:05 -0800
commit9cbe45d2358d563bb2844eecaa545e7f6d0a6629 (patch)
tree097df10a5a3e65e98a3e9c86c272f2ab465c9180 /test/test_integration.py
parentf333e9154d89a28aebf021b0776f42c653cffeb3 (diff)
downloadkafka-python-9cbe45d2358d563bb2844eecaa545e7f6d0a6629.tar.gz
Some cleanup and easier to read test fixture output
Diffstat (limited to 'test/test_integration.py')
-rw-r--r--test/test_integration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_integration.py b/test/test_integration.py
index ccf9990..eaf432d 100644
--- a/test/test_integration.py
+++ b/test/test_integration.py
@@ -8,7 +8,7 @@ import random
from kafka import * # noqa
from kafka.common import * # noqa
from kafka.codec import has_gzip, has_snappy
-from kafka.consumer import FETCH_BUFFER_SIZE_BYTES, MAX_FETCH_BUFFER_SIZE_BYTES
+from kafka.consumer import MAX_FETCH_BUFFER_SIZE_BYTES
from .fixtures import ZookeeperFixture, KafkaFixture