summaryrefslogtreecommitdiff
path: root/tests/MyGame/Example/ArrayTable.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/MyGame/Example/ArrayTable.py')
-rw-r--r--tests/MyGame/Example/ArrayTable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/MyGame/Example/ArrayTable.py b/tests/MyGame/Example/ArrayTable.py
index 90fbb4a4..7d314dfd 100644
--- a/tests/MyGame/Example/ArrayTable.py
+++ b/tests/MyGame/Example/ArrayTable.py
@@ -5,7 +5,7 @@
import flatbuffers
from flatbuffers.compat import import_numpy
from typing import Any
-from .MyGame.Example.ArrayStruct import ArrayStruct
+from MyGame.Example.ArrayStruct import ArrayStruct
from typing import Optional
np = import_numpy()