Remove unused variable

CURA-6682
This commit is contained in:
Jaime van Kessel 2020-12-18 15:31:48 +01:00
parent 49effbcd80
commit 19a8bd63ab
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -46,8 +46,6 @@ class Toolbox(QObject, Extension):
self._application = application # type: CuraApplication
self._sdk_version = ApplicationMetadata.CuraSDKVersion # type: Union[str, int]
# Network:
self._download_request_data = None # type: Optional[HttpRequestData]
self._download_progress = 0 # type: float