mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
Add typing
CURA-6990
This commit is contained in:
parent
2230269ab3
commit
eccef62dc7
4 changed files with 11 additions and 11 deletions
|
@ -32,7 +32,7 @@ class MissingPackageList(RemotePackageList):
|
|||
if not self.hasMore:
|
||||
self._addPackagesMissingFromRequest()
|
||||
|
||||
def _addPackagesMissingFromRequest(self):
|
||||
def _addPackagesMissingFromRequest(self) -> None:
|
||||
"""Create cards for packages the user needs to install that could not be found"""
|
||||
returned_packages_ids = [item["package"].packageId for item in self._items]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue