We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9df78 commit 6a9424aCopy full SHA for 6a9424a
1 file changed
Ui/Gui/Dialogs/DepsAnalyserUI.py
@@ -22,8 +22,8 @@
22
import sys
23
import subprocess
24
25
-from PySide6.QtCore import QProcess, QApplication
26
-from PySide6.QtWidgets import QMessageBox
+from PySide6.QtCore import QProcess
+from PySide6.QtWidgets import QMessageBox, QApplication
27
28
from Core.deps_analyser.analyser import (
29
_normalize_realpath,
0 commit comments