summaryrefslogtreecommitdiff
path: root/kafka/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'kafka/__init__.py')
-rw-r--r--kafka/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/kafka/__init__.py b/kafka/__init__.py
index 1dcae86..166eeb9 100644
--- a/kafka/__init__.py
+++ b/kafka/__init__.py
@@ -5,8 +5,7 @@ __license__ = 'Apache License 2.0'
__copyright__ = 'Copyright 2012, David Arthur under Apache License, v2.0'
from .client import (
- KafkaClient, KafkaException,
- Message, ProduceRequest, FetchRequest, OffsetRequest
+ KafkaClient
)
from .codec import gzip_encode, gzip_decode
from .codec import snappy_encode, snappy_decode