Skip to content

Commit 6a9424a

Browse files
committed
Fix: Correction de l'import de QApplication dans DepsAnalyserUI
1 parent ca9df78 commit 6a9424a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Ui/Gui/Dialogs/DepsAnalyserUI.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
import sys
2323
import subprocess
2424

25-
from PySide6.QtCore import QProcess, QApplication
26-
from PySide6.QtWidgets import QMessageBox
25+
from PySide6.QtCore import QProcess
26+
from PySide6.QtWidgets import QMessageBox, QApplication
2727

2828
from Core.deps_analyser.analyser import (
2929
_normalize_realpath,

0 commit comments

Comments
 (0)