Skip to content

Commit

Permalink
Mark ShiyuDefenseNode.bangboo as Optional
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Nov 28, 2024
1 parent 8a73495 commit 5b87c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genshin/models/zzz/chronicle/challenge.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class ShiyuDefenseNode(APIModel):
"""Shiyu Defense node model."""

characters: list[ShiyuDefenseCharacter] = Aliased("avatars")
bangboo: ShiyuDefenseBangboo = Aliased("buddy")
bangboo: typing.Optional[ShiyuDefenseBangboo] = Aliased("buddy")
recommended_elements: list[ZZZElementType] = Aliased("element_type_list")
enemies: list[ShiyuDefenseMonster] = Aliased("monster_info")

Expand Down

0 comments on commit 5b87c01

Please sign in to comment.