cleanup unused import and fix comment space

This commit is contained in:
Dmitry Gribenchuk 2023-12-13 20:10:28 +02:00
parent 5125c7d33a
commit 8116df6c21
No known key found for this signature in database
GPG key ID: A76A250718E76E87
31 changed files with 32 additions and 59 deletions

View file

@ -3,12 +3,10 @@
from typing import Optional, TYPE_CHECKING, Dict, List
from .Constants import PACKAGES_URL
from .PackageModel import PackageModel
from .RemotePackageList import RemotePackageList
from PyQt6.QtCore import pyqtSignal, QObject, pyqtProperty, QCoreApplication
from UM.TaskManagement.HttpRequestManager import HttpRequestManager # To request the package list from the API.
from UM.i18n import i18nCatalog
if TYPE_CHECKING: