mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 19:35:54 +08:00
Removed unused list
CURA-7038
This commit is contained in:
parent
42851b0851
commit
802c095c9f
@ -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…
x
Reference in New Issue
Block a user