aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtNetwork/bug_446.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtNetwork/bug_446.py')
-rw-r--r--sources/pyside6/tests/QtNetwork/bug_446.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/sources/pyside6/tests/QtNetwork/bug_446.py b/sources/pyside6/tests/QtNetwork/bug_446.py
index d2f7fd28d..7f075c2a3 100644
--- a/sources/pyside6/tests/QtNetwork/bug_446.py
+++ b/sources/pyside6/tests/QtNetwork/bug_446.py
@@ -35,9 +35,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.QtNetwork import *
-
+from PySide6.QtNetwork import QHostAddress, QTcpServer, QTcpSocket
from helper.usesqcoreapplication import UsesQCoreApplication