From 79c5e076e222846a32a006e68d75db8748f4367c Mon Sep 17 00:00:00 2001 From: FlySniper Date: Tue, 20 Aug 2024 15:23:38 -0400 Subject: [PATCH] Wargroove 2: Fixed python 3.8 tests again?! --- worlds/wargroove2/Regions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/worlds/wargroove2/Regions.py b/worlds/wargroove2/Regions.py index ecbf7a5d73d..6e5d1633330 100644 --- a/worlds/wargroove2/Regions.py +++ b/worlds/wargroove2/Regions.py @@ -1,5 +1,4 @@ from BaseClasses import Region, Entrance -from worlds.wargroove2 import Wargroove2Level from worlds.wargroove2.Levels import region_names, FINAL_LEVEL_1, FINAL_LEVEL_2, FINAL_LEVEL_3, FINAL_LEVEL_4 from typing import TYPE_CHECKING if TYPE_CHECKING: