Skip to content

Commit

Permalink
>:(
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint committed Sep 20, 2024
1 parent e73f7d5 commit e01c322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/hk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class HKWorld(World):
game: str = "Hollow Knight"
options_dataclass = HKOptions
options: HKOptions
settings: ClassVar[HollowKnightSettings]
settings: typing.ClassVar[HollowKnightSettings]

web = HKWeb()

Expand Down

0 comments on commit e01c322

Please sign in to comment.