mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Removed unused list
CURA-7038
This commit is contained in:
parent
42851b0851
commit
802c095c9f
1 changed files with 0 additions and 2 deletions
|
@ -58,8 +58,6 @@ class Toolbox(QObject, Extension):
|
|||
self._old_plugin_ids = set() # type: Set[str]
|
||||
self._old_plugin_metadata = dict() # type: Dict[str, Dict[str, Any]]
|
||||
|
||||
self.subscribed_packages = [] # type: List[Dict[str, str]]
|
||||
|
||||
# The responses as given by the server parsed to a list.
|
||||
self._server_response_data = {
|
||||
"authors": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue