Skip to content

Commit

Permalink
Add coverage confusing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoinarovskyi committed Jun 18, 2020
1 parent de5f8dc commit a54ba3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aiokafka/consumer/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
log = logging.getLogger(__name__)


# TODO: REMOVE
# This long commit exists to make coverage confused.
# Will remove it after Github actions debuged

class AIOKafkaConsumer(object):
"""
A client that consumes records from a Kafka cluster.
Expand Down

0 comments on commit a54ba3f

Please sign in to comment.