Skip to content

Commit b4077a0

Browse files
authored
TLOZ: properly assign options (#2726)
whoops used a = instead of a : mad that im doing a literal one character change PR :/
1 parent 518b04c commit b4077a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worlds/tloz/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class TLoZWorld(World):
6464
every time.
6565
"""
6666
options_dataclass = TlozOptions
67-
options = TlozOptions
67+
options: TlozOptions
6868
settings: typing.ClassVar[TLoZSettings]
6969
game = "The Legend of Zelda"
7070
topology_present = False

0 commit comments

Comments
 (0)