Skip to content

Commit 5afe007

Browse files
committed
semaphore errors corrected
1 parent 86ae277 commit 5afe007

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/confluent_kafka/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
TopicCollection,
2626
TopicPartitionInfo,
2727
IsolationLevel,
28-
DeleteRecordsResult )
28+
DeleteRecordsResult)
2929

3030
from .cimpl import (Producer,
3131
Consumer,

src/confluent_kafka/_model/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def __lt__(self, other):
150150
return NotImplemented
151151
return self.value < other.value
152152

153+
153154
class DeleteRecordsResult:
154155
"""
155156
DeleteRecordsResult

0 commit comments

Comments
 (0)