From 9cbe45d2358d563bb2844eecaa545e7f6d0a6629 Mon Sep 17 00:00:00 2001 From: Omar Ghishan Date: Tue, 7 Jan 2014 17:54:05 -0800 Subject: Some cleanup and easier to read test fixture output --- test/test_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_integration.py') 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 -- cgit v1.2.1