mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 14:51:07 -07:00
Cleanup CuraContainerRegistry.py - CURA-4482
This commit is contained in:
parent
dfe0212a41
commit
359514e08b
1 changed files with 1 additions and 2 deletions
|
|
@ -12,13 +12,12 @@ from PyQt5.QtWidgets import QMessageBox
|
|||
from UM.Decorators import override
|
||||
from UM.Settings.ContainerRegistry import ContainerRegistry
|
||||
from UM.Settings.ContainerStack import ContainerStack
|
||||
from UM.Settings.DefinitionContainer import DefinitionContainer
|
||||
from UM.Settings.InstanceContainer import InstanceContainer
|
||||
from UM.Application import Application
|
||||
from UM.Logger import Logger
|
||||
from UM.Message import Message
|
||||
from UM.Platform import Platform
|
||||
from UM.PluginRegistry import PluginRegistry #For getting the possible profile writers to write with.
|
||||
from UM.PluginRegistry import PluginRegistry # For getting the possible profile writers to write with.
|
||||
from UM.Util import parseBool
|
||||
|
||||
from . import ExtruderStack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue