mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Add _last_check_packages type hint
CURA-7290
This commit is contained in:
parent
88ff68e40c
commit
5b245434d0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue