Skip to content

Commit

Permalink
fix import for test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Dec 14, 2022
1 parent e277736 commit 901d14a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/test_framework.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 901d14a

Please sign in to comment.