Skip to content

Commit

Permalink
Minor type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dmv1167 committed Oct 1, 2024
1 parent b91c121 commit d1f7c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passiogo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ class Route:

def __init__(
self,
id: str,
id: int,
groupId: int = None,
groupColor: str = None,
name: str = None,
Expand Down

0 comments on commit d1f7c35

Please sign in to comment.