mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Remove unneeded import
This commit is contained in:
parent
3c1b377308
commit
fb434ec81a
1 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Copyright (c) 2019 Ultimaker B.V.
|
# Copyright (c) 2019 Ultimaker B.V.
|
||||||
# Cura is released under the terms of the LGPLv3 or higher.
|
# Cura is released under the terms of the LGPLv3 or higher.
|
||||||
from typing import Optional, TYPE_CHECKING, Callable
|
from typing import Optional, Callable
|
||||||
|
|
||||||
from cura.CuraApplication import CuraApplication
|
from cura.CuraApplication import CuraApplication
|
||||||
|
|
||||||
|
@ -10,9 +10,6 @@ from plugins.UM3NetworkPrinting.src.Network.NetworkOutputDeviceManager import Ne
|
||||||
|
|
||||||
from .Cloud.CloudOutputDeviceManager import CloudOutputDeviceManager
|
from .Cloud.CloudOutputDeviceManager import CloudOutputDeviceManager
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
|
||||||
from UM.OutputDevice.OutputDevicePlugin import OutputDevicePlugin
|
|
||||||
|
|
||||||
|
|
||||||
## This plugin handles the discovery and networking for Ultimaker 3D printers that support network and cloud printing.
|
## This plugin handles the discovery and networking for Ultimaker 3D printers that support network and cloud printing.
|
||||||
class UM3OutputDevicePlugin(OutputDevicePlugin):
|
class UM3OutputDevicePlugin(OutputDevicePlugin):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue