Unnötige Imports entfernt
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
from PySide6.QtWidgets import QDialog, QTreeWidgetItem, QCheckBox, QMessageBox
|
||||
from PySide6.QtWidgets import QDialog, QTreeWidgetItem, QMessageBox
|
||||
from PySide6.QtCore import Qt
|
||||
from pathlib import Path
|
||||
|
||||
from ui.XmlToXslAssignDialog_ui import Ui_XmlToXslAssignDialog
|
||||
from conf import TreeNode, XslFile, XmlFile
|
||||
from conf import TreeNode, XslFile
|
||||
|
||||
|
||||
class XmlToXslAssignDialog(QDialog):
|
||||
|
||||
Reference in New Issue
Block a user