Fix Toolbox import error (continued)

(and remove unused import)

CURA-6983
This commit is contained in:
Nino van Hooff 2020-01-16 14:39:10 +01:00
parent 52d2fa47e9
commit 6763bed95f
11 changed files with 23 additions and 39 deletions

View file

@ -1,18 +1,6 @@
import os
import tempfile
from functools import reduce
from typing import Dict, List, Optional, Any
from PyQt5.QtNetwork import QNetworkReply
from UM import i18n_catalog, i18nCatalog
from UM.Logger import Logger
from UM import i18nCatalog
from UM.Message import Message
from UM.Signal import Signal
from UM.TaskManagement.HttpRequestManager import HttpRequestManager
from cura.CuraApplication import CuraApplication
from plugins.Toolbox.src.UltimakerCloudScope import UltimakerCloudScope
from plugins.Toolbox.src.CloudSync.SubscribedPackagesModel import SubscribedPackagesModel
## Presents a dialog telling the user that a restart is required to apply changes