Skip to content

Commit

Permalink
style: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jokelbaf authored Jun 11, 2024
1 parent 06add94 commit c92407c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genshin/models/starrail/chronicle/notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class StarRailNote(APIModel):
current_stamina: int
max_stamina: int
stamina_recover_time: datetime.timedelta
accepted_epedition_num: int
accepted_expedition_num: int
total_expedition_num: int
expeditions: typing.Sequence[StarRailExpedition]

Expand Down

0 comments on commit c92407c

Please sign in to comment.