summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-04-29 15:40:44 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-04-29 20:58:50 +0000
commit5a7d1b2a032bb1f7befd271c24642dc36d8b4d4e (patch)
tree49d1ccec0068c6cb265fffdcf2bae20a00eee1d1 /tests
parent2afad7c8ee815f39960b65ab14f17280ffa6c809 (diff)
uic/Python: Add comments for mypy to ignore star imports
Amends 2f975b39a967cd2ac1c234a200eb6b9c11d8b5b2. Fixes: PYSIDE-1404 Change-Id: I534d78bdf44eb02bf80831a3d6c1d080a4e08698 Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit ac95326ad46fbff310ad25baaf96262d851509c1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/tools/uic/baseline/config.ui.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/tools/uic/baseline/config.ui.py b/tests/auto/tools/uic/baseline/config.ui.py
index 961c2cebd6..d697ee622b 100644
--- a/tests/auto/tools/uic/baseline/config.ui.py
+++ b/tests/auto/tools/uic/baseline/config.ui.py
@@ -36,9 +36,9 @@
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
-from PySide6.QtCore import *
-from PySide6.QtGui import *
-from PySide6.QtWidgets import *
+from PySide6.QtCore import * # type: ignore
+from PySide6.QtGui import * # type: ignore
+from PySide6.QtWidgets import * # type: ignore
from gammaview import GammaView