mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Fix Toolbox import error (continued)
(and remove unused import) CURA-6983
This commit is contained in:
parent
52d2fa47e9
commit
6763bed95f
11 changed files with 23 additions and 39 deletions
|
@ -4,7 +4,6 @@
|
|||
import json
|
||||
import os
|
||||
import tempfile
|
||||
import platform
|
||||
from typing import cast, Any, Dict, List, Set, TYPE_CHECKING, Tuple, Optional, Union
|
||||
|
||||
from PyQt5.QtCore import QObject, pyqtProperty, pyqtSignal, pyqtSlot
|
||||
|
@ -19,8 +18,8 @@ from UM.Version import Version
|
|||
from cura import ApplicationMetadata
|
||||
from cura.CuraApplication import CuraApplication
|
||||
from cura.Machines.ContainerTree import ContainerTree
|
||||
from .CloudApiModel import CloudApiModel
|
||||
|
||||
from .CloudApiModel import CloudApiModel
|
||||
from .AuthorsModel import AuthorsModel
|
||||
from .CloudSync.LicenseModel import LicenseModel
|
||||
from .PackagesModel import PackagesModel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue