Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
volokluev committed Dec 13, 2024
1 parent 00c6c17 commit b481e4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/manual_jobs/test_scrub_ips_from_spans_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
from tests.helpers import write_processed_messages


def generate_fizzbuzz_events(project_ids, base_time, minutes=5) -> None:
def generate_fizzbuzz_events(
project_ids: list[int], base_time: datetime, minutes: int = 5
) -> None:
"""
Generate a deterministic set of events across a time range.
"""
Expand Down

0 comments on commit b481e4f

Please sign in to comment.