From 04cc9e12f38aa4dcf2b33524f1775bf2b659ca5f Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 26 Apr 2021 16:28:53 +0200 Subject: Tests: Fix star imports Change-Id: If4e1d64af662b1802f2f748121bda5488a82235a Reviewed-by: Christian Tismer --- sources/pyside6/tests/QtWidgets/bug_512.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/pyside6/tests/QtWidgets/bug_512.py') 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): -- cgit v1.2.3