Skip to content

Commit

Permalink
Remove ConsumerTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
emord authored and jeffwidman committed Sep 27, 2018
1 parent 5068229 commit ba7372e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kafka/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,10 +476,6 @@ class ConsumerNoMoreData(KafkaError):
pass


class ConsumerTimeout(KafkaError):
pass


class ProtocolError(KafkaError):
pass

Expand Down

0 comments on commit ba7372e

Please sign in to comment.