Skip to content

Commit 4b37d45

Browse files
committed
Remove deprecated ConnectionError
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 cee4d17 commit 4b37d45

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
@@ -462,10 +462,6 @@ class KafkaConnectionError(KafkaError):
462462
invalid_metadata = True
463463

464464

465-
class ConnectionError(KafkaConnectionError):
466-
"""Deprecated"""
467-
468-
469465
class BufferUnderflowError(KafkaError):
470466
pass
471467

0 commit comments

Comments
 (0)