mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Remove unused variable
CURA-6682
This commit is contained in:
parent
49effbcd80
commit
19a8bd63ab
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue