From 850dfba66841276c9cb69222d042cc7bcdce28ed Mon Sep 17 00:00:00 2001 From: CookieCat Date: Mon, 13 May 2024 17:47:50 -0400 Subject: [PATCH] change test imports --- worlds/ahit/test/test_acts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/ahit/test/test_acts.py b/worlds/ahit/test/test_acts.py index 14f49f2ded..008553d247 100644 --- a/worlds/ahit/test/test_acts.py +++ b/worlds/ahit/test/test_acts.py @@ -1,5 +1,5 @@ -from worlds.ahit.Regions import act_chapters -from worlds.ahit.Rules import act_connections +from ..Regions import act_chapters +from ..Rules import act_connections from . import HatInTimeTestBase