Fix more Mypy warnings

CURA-6983
This commit is contained in:
Nino van Hooff 2020-01-14 17:57:12 +01:00
parent 53115dc3b2
commit 88e5626b59
3 changed files with 14 additions and 4 deletions

View file

@ -48,7 +48,7 @@ class Toolbox(QObject, Extension):
self._download_request_data = None # type: Optional[HttpRequestData]
self._download_progress = 0 # type: float
self._is_downloading = False # type: bool
self._scope = UltimakerCloudScope(application)
self._scope = UltimakerCloudScope(application) # type: UltimakerCloudScope
self._request_urls = {} # type: Dict[str, str]
self._to_update = [] # type: List[str] # Package_ids that are waiting to be updated