Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
remove unused imports from producer
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Jan 4, 2018
1 parent 1d982bd commit cd4787f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pykafka/producer.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import sys
import threading
import weakref
from pkg_resources import parse_version

from six import reraise

Expand All @@ -35,7 +34,6 @@
KafkaException,
InvalidMessageSize,
MessageSizeTooLarge,
NoBrokersAvailableError,
NotLeaderForPartition,
ProducerQueueFullError,
ProducerStoppedException,
Expand Down

0 comments on commit cd4787f

Please sign in to comment.