We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518b04c commit b4077a0Copy full SHA for b4077a0
worlds/tloz/__init__.py
@@ -64,7 +64,7 @@ class TLoZWorld(World):
64
every time.
65
"""
66
options_dataclass = TlozOptions
67
- options = TlozOptions
+ options: TlozOptions
68
settings: typing.ClassVar[TLoZSettings]
69
game = "The Legend of Zelda"
70
topology_present = False
0 commit comments