Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Jun 29, 2023
1 parent 283b52f commit 9206025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snuba/consumers/consumer_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
build_kafka_configuration,
build_kafka_consumer_configuration,
)
from arroyo.commit import IMMEDIATE, ONCE_PER_SECOND
from arroyo.commit import ONCE_PER_SECOND
from arroyo.dlq import DlqLimit, DlqPolicy, KafkaDlqProducer, NoopDlqProducer
from arroyo.processing import StreamProcessor
from arroyo.processing.strategies import ProcessingStrategyFactory
Expand Down

0 comments on commit 9206025

Please sign in to comment.