aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/signals/ref06_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/signals/ref06_test.py')
-rw-r--r--sources/pyside6/tests/signals/ref06_test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sources/pyside6/tests/signals/ref06_test.py b/sources/pyside6/tests/signals/ref06_test.py
index 21fbe545c..a827131db 100644
--- a/sources/pyside6/tests/signals/ref06_test.py
+++ b/sources/pyside6/tests/signals/ref06_test.py
@@ -12,7 +12,7 @@ sys.path.append(os.fspath(Path(__file__).resolve().parents[1]))
from init_paths import init_test_paths
init_test_paths(False)
-from PySide6.QtCore import QObject, QCoreApplication, QTimeLine, Signal, Slot
+from PySide6.QtCore import QObject, QTimeLine, Signal, Slot
from helper.usesqapplication import UsesQApplication
@@ -59,4 +59,3 @@ class SignaltoSignalTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-