1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-18 07:23:03 +08:00

style(gui.*): 修改一些 import 顺序和格式

This commit is contained in:
2026-02-23 22:26:52 +08:00
parent 96e7adabb0
commit 5f2327cf61
6 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -25,12 +25,12 @@ from PySide6.QtGui import (
QCloseEvent
)
from gui.resources.ui.Ui_ALTimerTaskManageWidget import Ui_ALTimerTaskManageWidget
from gui.ALTimerTaskAddDialog import ALTimerTaskAddDialog, ALTimerTaskStatus
from utils.ConfigReader import ConfigReader
from utils.ConfigWriter import ConfigWriter
from gui.resources.ui.Ui_ALTimerTaskManageWidget import Ui_ALTimerTaskManageWidget
from gui.ALTimerTaskAddDialog import ALTimerTaskAddDialog, ALTimerTaskStatus
class ALTimerTaskItemWidget(QWidget):