aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtWidgets/bug_512.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/bug_512.py')
-rw-r--r--sources/pyside6/tests/QtWidgets/bug_512.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside6/tests/QtWidgets/bug_512.py b/sources/pyside6/tests/QtWidgets/bug_512.py
index 125333327..46dadfa57 100644
--- a/sources/pyside6/tests/QtWidgets/bug_512.py
+++ b/sources/pyside6/tests/QtWidgets/bug_512.py
@@ -38,8 +38,8 @@ from init_paths import init_test_paths
init_test_paths(False)
from helper.usesqapplication import UsesQApplication
-from PySide6.QtCore import *
-from PySide6.QtWidgets import *
+from PySide6.QtWidgets import QGridLayout, QLabel, QWidget
+
class BugTest(UsesQApplication):
def testCase(self):