diff --git a/tests/test_gamescript.py b/tests/test_gamescript.py index 22ad1e3..780144e 100644 --- a/tests/test_gamescript.py +++ b/tests/test_gamescript.py @@ -11,7 +11,6 @@ import re from pathlib import Path import pytest - from openttd.protocol import GS_BRIDGE_VERSION, GameEventType ROOT = Path(__file__).resolve().parents[1]