Skip to content

Commit f61b08c

Browse files
authored
Remove deprecated ConnectionError (dpkp#1816)
This has been deprecated for a bit in favor of `KafkaConnectionError` because it conflicts with Python's built-in `ConnectionError`. Time to remove it as part of cleaning up our old deprecated code.
1 parent 3631bfa commit f61b08c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

kafka/errors.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -468,10 +468,6 @@ class KafkaConnectionError(KafkaError):
468468
invalid_metadata = True
469469

470470

471-
class ConnectionError(KafkaConnectionError):
472-
"""Deprecated"""
473-
474-
475471
class ProtocolError(KafkaError):
476472
pass
477473

0 commit comments

Comments
 (0)