Skip to content

Commit

Permalink
Fix missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
peprolinbot committed Jul 14, 2023
1 parent bf6d8b6 commit 72da314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion busGal_api/accounts/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def refresh_data(self, months: int = 12) -> None:
self.expired = card.expired
self.summary_movements = card.summary_movements

def rename(self, alias) -> None:
def rename(self, alias: str) -> None:
"""
Change the alias of the card
Expand Down

0 comments on commit 72da314

Please sign in to comment.