summaryrefslogtreecommitdiff
path: root/test/test_consumer.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_consumer.py')
-rw-r--r--test/test_consumer.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/test_consumer.py b/test/test_consumer.py
index f0b4e53..d5b4fdd 100644
--- a/test/test_consumer.py
+++ b/test/test_consumer.py
@@ -5,15 +5,7 @@ import unittest2
from mock import MagicMock, patch
-from kafka import KafkaClient
from kafka.consumer import SimpleConsumer
-from kafka.common import (
- ProduceRequest, BrokerMetadata, PartitionMetadata,
- TopicAndPartition, PartitionUnavailableError
-)
-from kafka.protocol import (
- create_message, KafkaProtocol
-)
class TestKafkaConsumer(unittest2.TestCase):
def test_non_integer_partitions(self):