Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
V committed Jan 31, 2025
1 parent f50e35b commit c8a86de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/gtfs-rt-archiver-v3/gtfs_rt_archiver_v3/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def fetch(tick: datetime, config: GTFSDownloadConfig, auth_dict: Mapping[str, st
status_code = e.response.status_code
kwargs.update(
dict(
code=e.response.status_code,
code=e.response.status_code, # type: ignore
content=e.response.text,
)
)
Expand Down

0 comments on commit c8a86de

Please sign in to comment.