mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 17:27:51 -06:00
Add missing imports to Extruder/GlobalStack
This commit is contained in:
parent
5196ea695c
commit
39803cf7dd
2 changed files with 5 additions and 1 deletions
|
@ -6,6 +6,8 @@ from PyQt5.QtCore import pyqtProperty, pyqtSignal, pyqtSlot
|
|||
from UM.MimeTypeDatabase import MimeType, MimeTypeDatabase
|
||||
from UM.Settings.ContainerStack import ContainerStack
|
||||
from UM.Settings.ContainerRegistry import ContainerRegistry
|
||||
from UM.Settings.InstanceContainer import InstanceContainer
|
||||
from UM.Settings.DefinitionContainer import DefinitionContainer
|
||||
|
||||
class ExtruderStack(ContainerStack):
|
||||
def __init__(self, container_id, *args, **kwargs):
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
# Copyright (c) 2017 Ultimaker B.V.
|
||||
# Cura is released under the terms of the AGPLv3 or higher.
|
||||
|
||||
from PyQt5.QtCore import pyqtProperty, pyqtSlot
|
||||
from typing import Any
|
||||
|
||||
from PyQt5.QtCore import pyqtProperty, pyqtSlot, pyqtSignal
|
||||
|
||||
from UM.Decorators import override
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue