Fix import ordering in test_gamescript.py

ruff's isort rules want the openttd import grouped with the other
third-party imports, as the rest of the test suite has it.

Co-Authored-By: Claude <[email protected]>
This commit is contained in:
2026-08-31 19:11:29 +02:00
co-authored by Claude
parent f7ca395a4f
commit aa9eda4b6d
-1
View File
@@ -11,7 +11,6 @@ import re
from pathlib import Path from pathlib import Path
import pytest import pytest
from openttd.protocol import GS_BRIDGE_VERSION, GameEventType from openttd.protocol import GS_BRIDGE_VERSION, GameEventType
ROOT = Path(__file__).resolve().parents[1] ROOT = Path(__file__).resolve().parents[1]