mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
Refactor: remove unused imports from update dialog
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
from PySide6.QtWidgets import QDialog, QMessageBox, QCheckBox
|
||||||
from utils.network.update_checker import get_updates
|
from utils.network.update_checker import get_updates
|
||||||
from PySide6.QtWidgets import QDialog, QMessageBox, QCheckBox, QDialogButtonBox, QVBoxLayout, QLabel
|
|
||||||
from utils.network.updater import download_update
|
from utils.network.updater import download_update
|
||||||
from utils.config.config import create_config
|
from utils.config.config import create_config
|
||||||
from utils.logging.logs import consoleLog
|
from utils.logging.logs import consoleLog
|
||||||
|
|||||||
Reference in New Issue
Block a user