Skip to content

Commit

Permalink
FFMQ: fix __version__ import in Output.py (ArchipelagoMW#2791)
Browse files Browse the repository at this point in the history
Importing from Main is a recursive import during Generate, also it's not
listed in Main.__all__ (and pycharm warns about this).
  • Loading branch information
black-sliver authored Feb 11, 2024
1 parent 1a67582 commit 77c326c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/ffmq/Output.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import zipfile
from copy import deepcopy
from .Regions import object_id_table
from Main import __version__
from Utils import __version__
from worlds.Files import APContainer
import pkgutil

Expand Down

0 comments on commit 77c326c

Please sign in to comment.