diff --git a/tests/test_framework.py b/tests/test_framework.py index eaed1c1..05ac81e 100644 --- a/tests/test_framework.py +++ b/tests/test_framework.py @@ -1,11 +1,3 @@ -import inspect -import os -import sys - -currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) -parentdir = os.path.dirname(currentdir) -sys.path.insert(0, parentdir) - from gisim.agent import AttackOnlyAgent # noqa: E402 from gisim.classes.enums import GameStatus, PlayerID # noqa: E402 from gisim.game import Game # noqa: E402