Remove unused typing import

This commit is contained in:
ChrisTerBeke 2018-11-23 14:15:21 +01:00
parent 3e100775df
commit ef5ca6f5a9

View file

@ -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.
#