mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Remove unused typing import
This commit is contained in:
parent
3e100775df
commit
ef5ca6f5a9
1 changed files with 0 additions and 4 deletions
|
@ -10,10 +10,6 @@ from cura.NetworkClient import NetworkClient
|
|||
from plugins.UM3NetworkPrinting.src.Cloud.CloudOutputDevice import CloudOutputDevice
|
||||
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from cura.CuraApplication import CuraApplication
|
||||
|
||||
|
||||
## The cloud output device manager is responsible for using the Ultimaker Cloud APIs to manage remote clusters.
|
||||
# Keeping all cloud related logic in this class instead of the UM3OutputDevicePlugin results in more readable code.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue