Skip to content

Commit

Permalink
Sort dunder all
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Oct 29, 2024
1 parent 3ff0475 commit 6c63e07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion genshin/models/honkai/chronicle/notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from genshin.models.model import DateTimeField

__all__ = ("HonkaiNotes", "GreedyEndless", "UltraEndless", "BattleField", "GodWar")
__all__ = ("BattleField", "GodWar", "GreedyEndless", "HonkaiNotes", "UltraEndless")


class HonkaiNotesEvent(pydantic.BaseModel):
Expand Down
10 changes: 5 additions & 5 deletions genshin/models/zzz/chronicle/month_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
from genshin.models.model import Aliased, APIModel, DateTimeField

__all__ = (
"PolychromeIncomeType",
"IncomeData",
"PolychromeIncome",
"PolychromeIncomeType",
"ZZZCurrencyType",
"ZZZIncomeCurrency",
"IncomeData",
"ZZZDiaryPlayerInfo",
"ZZZDiary",
"ZZZDiaryDetailItem",
"ZZZDiaryDetail",
"ZZZDiaryDetailItem",
"ZZZDiaryPlayerInfo",
"ZZZIncomeCurrency",
)


Expand Down

0 comments on commit 6c63e07

Please sign in to comment.