Skip to content

Commit b230e84

Browse files
authored
Removed unnecessary TODO
1 parent e736852 commit b230e84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pulsar/asyncio.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ def topic(self) -> str:
166166

167167

168168
class Consumer:
169-
# BUG: schema stuff doesn´t work at all because 90% of the methods are missing
170169
def __init__(self, consumer: _pulsar.Consumer):
171170
self._consumer: _pulsar.Consumer = consumer
172171

0 commit comments

Comments
 (0)