Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
frontend: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
OxygenCobalt committed Mar 26, 2024
1 parent 9673b8e commit 138b64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/handlers/stops.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def query_stop_colors(stop_id: int, session) -> List[str]:


def query_routes(
stop_id: int, alert: Alert, session
stop_id: int, alert: Optional[Alert], session
) -> list[dict[str, str | bool | int]]:
"""
Queries and returns the routes that the given stop is assigned to.
Expand Down

0 comments on commit 138b64c

Please sign in to comment.