aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/samplebinding/pointerprimitivetype_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/samplebinding/pointerprimitivetype_test.py')
-rw-r--r--sources/shiboken6/tests/samplebinding/pointerprimitivetype_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/tests/samplebinding/pointerprimitivetype_test.py b/sources/shiboken6/tests/samplebinding/pointerprimitivetype_test.py
index 09362d05f..ad3bd899a 100644
--- a/sources/shiboken6/tests/samplebinding/pointerprimitivetype_test.py
+++ b/sources/shiboken6/tests/samplebinding/pointerprimitivetype_test.py
@@ -56,7 +56,7 @@ from sample import IntArray2, VirtualMethods
import shiboken6
_init_pyside_extension() # trigger init, which does not happen in tests
-from shibokensupport.signature import typing
+import typing
class PointerPrimitiveTypeTest(unittest.TestCase):