Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
MeredithAnya committed Oct 30, 2024
1 parent 9d614f8 commit 5d26442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snuba/web/bulk_delete_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def flush_producers() -> None:
producers to make sure the delivery callbacks are called.
"""

def _flush_producers():
def _flush_producers() -> None:
while True:
for storage, producer in PRODUCER_MAP.items():
messages_remaining = producer.flush(5.0)
Expand Down

0 comments on commit 5d26442

Please sign in to comment.