Skip to content

Commit

Permalink
make mypy pass
Browse files Browse the repository at this point in the history
  • Loading branch information
atvaccaro committed Aug 9, 2023
1 parent ea904b3 commit bc0821b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/gtfs-rt-archiver-v3/gtfs_rt_archiver_v3/ticker.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ def main(
sentry_sdk.init(environment=os.getenv("AIRFLOW_ENV"))
start_http_server(port)
get_configs()
assert configs is not None
get_secrets()
assert secrets is not None
typer.secho("flushing huey")
huey.flush()

Expand Down

0 comments on commit bc0821b

Please sign in to comment.