Skip to content

Commit

Permalink
Merge branch 'wargroove2' of https://github.com/FlySniper/Archipelago
Browse files Browse the repository at this point in the history
…into wargroove2
  • Loading branch information
FlySniper committed Sep 3, 2024
2 parents 4146b74 + 14eae24 commit 0f58bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion worlds/wargroove2/Regions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from BaseClasses import Region, Entrance
from worlds.wargroove2.Levels import first_level, region_names, \
from .Levels import first_level, region_names, \
FINAL_LEVEL_1, FINAL_LEVEL_2, FINAL_LEVEL_3, FINAL_LEVEL_4
from typing import TYPE_CHECKING
if TYPE_CHECKING:
Expand Down
2 changes: 1 addition & 1 deletion worlds/wargroove2/Rules.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import TYPE_CHECKING
from worlds.AutoWorld import LogicMixin
from worlds.wargroove2.Levels import first_level
from .Levels import first_level
if TYPE_CHECKING:
from . import Wargroove2World

Expand Down

0 comments on commit 0f58bc1

Please sign in to comment.