Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions snuba/replacers/projects_query_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ProjectsQueryFlags:
excluded from the data a Query looks through.
- replacement_types: A set of all replacement types across replacements for the
set of project ids.
- latest_replacement_time: The latest timestamp any replacement occured.
- latest_replacement_time: The latest timestamp any replacement occurred.
"""

needs_final: bool
Expand Down Expand Up @@ -285,7 +285,7 @@ def _process_latest_replacement(
) -> Optional[datetime]:
"""
Process the relevant replacements data to look for the latest timestamp
any replacement occured.
any replacement occurred.
"""
latest_replacements = set()
if needs_final:
Expand Down
Loading