Skip to content

Commit

Permalink
lint fix: Remove leading newline, fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Smejky338 committed Feb 20, 2024
1 parent 53c32d5 commit 5c5fa3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions opl/consumer_lag.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
import logging
import time
from kafka import TopicPartition

import opl.kafka_init as kafka_init
from opl.kafka_init import kafka_init


class ConsumerLag:
Expand Down
1 change: 0 additions & 1 deletion opl/kafka_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class kafka_init:

@staticmethod
def kafka_bootstrap(args):
try:
Expand Down

0 comments on commit 5c5fa3c

Please sign in to comment.