Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Sep 18, 2024
1 parent 9f0dcb1 commit 13cb00d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion genshin/client/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import aiosqlite


__all__ = ["BaseCache", "Cache", "RedisCache", "StaticCache", "SQLiteCache"]
__all__ = ["BaseCache", "Cache", "RedisCache", "SQLiteCache", "StaticCache"]

MINUTE = 60
HOUR = MINUTE * 60
Expand Down
2 changes: 1 addition & 1 deletion genshin/client/components/hoyolab.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ async def redeem_code(
game_biz=utility.get_prod_game_biz(self.region, game),
lang=utility.create_short_lang_code(lang or self.lang),
),
method="POST" if game is types.Game.STARRAIL else "GET"
method="POST" if game is types.Game.STARRAIL else "GET",
)

@managers.no_multi
Expand Down
4 changes: 2 additions & 2 deletions genshin/models/genshin/chronicle/img_theater.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
__all__ = (
"Act",
"ActCharacter",
"BattleStatCharacter",
"ImgTheater",
"ImgTheaterData",
"TheaterBattleStats",
"TheaterBuff",
"TheaterCharaType",
"TheaterDifficulty",
"TheaterSchedule",
"TheaterStats",
"TheaterBattleStats",
"BattleStatCharacter",
)


Expand Down
2 changes: 1 addition & 1 deletion genshin/models/genshin/gacha.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"BannerDetailsUpItem",
"GachaItem",
"GenshinBannerType",
"StarRailBannerType",
"SignalSearch",
"StarRailBannerType",
"Warp",
"Wish",
"ZZZBannerType",
Expand Down

0 comments on commit 13cb00d

Please sign in to comment.