Use updated type definitions

CURA-9146
This commit is contained in:
c.lamboo 2022-04-21 11:29:42 +02:00
parent 773ff5fa7e
commit d0a35bad3d
7 changed files with 20 additions and 20 deletions

View file

@ -27,7 +27,7 @@ class CloudApiClient:
if self.__instance is not None:
raise RuntimeError("This is a Singleton. use getInstance()")
self._scope = JsonDecoratorScope(UltimakerCloudScope(app)) # type: JsonDecoratorScope
self._scope: JsonDecoratorScope = JsonDecoratorScope(UltimakerCloudScope(app))
app.getPackageManager().packageInstalled.connect(self._onPackageInstalled)