Removed unused list

CURA-7038
This commit is contained in:
Dimitriovski 2019-12-31 14:07:40 +01:00
parent 42851b0851
commit 802c095c9f
No known key found for this signature in database
GPG key ID: 4E62757E2B0D304D

View file

@ -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": [],