mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:49:00 +08:00
Add _last_check_packages type hint
CURA-7290
This commit is contained in:
parent
88ff68e40c
commit
5b245434d0
@ -35,7 +35,7 @@ class CloudPackageChecker(QObject):
|
||||
self._application.initializationFinished.connect(self._onAppInitialized)
|
||||
self._i18n_catalog = i18nCatalog("cura")
|
||||
self._sdk_version = ApplicationMetadata.CuraSDKVersion
|
||||
self._last_check_packages = []
|
||||
self._last_check_packages = [] # type: List[str]
|
||||
"""Result from a previous check within the same user session.
|
||||
Used to prevent duplicate notifications"""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user