mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 05:19:08 +08:00
Add missing return type
CURA-8587
This commit is contained in:
parent
50f1afa5d9
commit
e92cc584fb
@ -74,7 +74,7 @@ class LocalPackageList(PackageList):
|
||||
self._connectManageButtonSignals(package)
|
||||
return package
|
||||
|
||||
def checkForUpdates(self, packages: List[Dict[str, Any]]):
|
||||
def checkForUpdates(self, packages: List[Dict[str, Any]]) -> None:
|
||||
installed_packages = "installed_packages=".join([f"{package['package_id']}:{package['package_version']}&" for package in packages])
|
||||
request_url = f"{PACKAGE_UPDATES_URL}?installed_packages={installed_packages[:-1]}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user