mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Use updated type definitions
CURA-9146
This commit is contained in:
parent
773ff5fa7e
commit
d0a35bad3d
7 changed files with 20 additions and 20 deletions
|
@ -37,8 +37,8 @@ class DownloadPresenter:
|
|||
|
||||
self._started = False
|
||||
self._progress_message = self._createProgressMessage()
|
||||
self._progress = {} # type: Dict[str, Dict[str, Any]] # package_id, Dict
|
||||
self._error = [] # type: List[str] # package_id
|
||||
self._progress: Dict[str, Dict[str, Any]] = {}
|
||||
self._error: List[str] = []
|
||||
|
||||
def download(self, model: SubscribedPackagesModel) -> None:
|
||||
if self._started:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue