aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtGui/bug_PYSIDE-41.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtGui/bug_PYSIDE-41.py')
-rw-r--r--sources/pyside6/tests/QtGui/bug_PYSIDE-41.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sources/pyside6/tests/QtGui/bug_PYSIDE-41.py b/sources/pyside6/tests/QtGui/bug_PYSIDE-41.py
index fff11779d..d7aea57bf 100644
--- a/sources/pyside6/tests/QtGui/bug_PYSIDE-41.py
+++ b/sources/pyside6/tests/QtGui/bug_PYSIDE-41.py
@@ -39,8 +39,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 *
-from PySide6.QtGui import *
+from PySide6.QtCore import QPersistentModelIndex, QStringListModel
class TestBugPYSIDE41(unittest.TestCase):