mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Fix missing import
This commit is contained in:
parent
77f99ecf20
commit
9739dbd5f6
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ from UM.Resources import Resources
|
|||
from cura.PrinterOutputDevice import PrinterOutputDevice
|
||||
|
||||
from enum import IntEnum
|
||||
from threading import Thread
|
||||
|
||||
class FirmwareUpdater(QObject):
|
||||
firmwareProgressChanged = pyqtSignal()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue