Skip to content

Commit

Permalink
style: Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Feb 2, 2025
1 parent 0994963 commit 297af66
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions genshin/models/zzz/chronicle/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@

from ..character import ZZZPartialAgent

__all__ = (
"HIACoin",
"ZZZBaseBangboo",
"ZZZStats",
"ZZZUserStats",
"ZZZCatNote",
"ZZZGameData"
)
__all__ = ("HIACoin", "ZZZBaseBangboo", "ZZZCatNote", "ZZZGameData", "ZZZStats", "ZZZUserStats")


class HIACoin(APIModel):
Expand Down Expand Up @@ -43,6 +36,7 @@ def __unnest_hia_coin(
) -> typing.Optional[typing.Dict[str, typing.Any]]:
return v[0] if v else None


class ZZZCatNote(APIModel):
"""ZZZ Cat note model."""

Expand All @@ -53,6 +47,7 @@ class ZZZCatNote(APIModel):
num: int
total: int


class ZZZGameData(APIModel):
"""ZZZ game data model."""

Expand All @@ -63,6 +58,7 @@ class ZZZGameData(APIModel):
medal_list: typing.Sequence[str]
card_url: str


class ZZZBaseBangboo(APIModel):
"""Base bangboo (buddy) model."""

Expand Down

0 comments on commit 297af66

Please sign in to comment.