Skip to content

Commit b046a0b

Browse files
author
Martin Durant
committed
more lint
1 parent 9743bc1 commit b046a0b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

streamz/sources.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,8 @@ def start(self):
592592
self.stopped = False
593593
tp = ck.TopicPartition(self.topic, 0, 0)
594594

595-
# blocks for consumer thread to come up and invoke poll to establish connection with broker to fetch oauth token for kafka
595+
# blocks for consumer thread to come up and invoke poll to establish
596+
# connection with broker to fetch oauth token for kafka
596597
self.consumer.poll()
597598
self.consumer.get_watermark_offsets(tp)
598599
self.loop.add_callback(self.poll_kafka)

0 commit comments

Comments
 (0)