Fixes for UM3NetworkPrinting

This commit is contained in:
Ian Paschal 2018-07-05 16:31:56 +02:00
parent 85be9cea07
commit 3321b23925
3 changed files with 20 additions and 9 deletions

View file

@ -23,7 +23,7 @@ if TYPE_CHECKING:
#
# This way it won't freeze up the interface while sending those materials.
class SendMaterialJob(Job):
def __init__(self, device: "ClusterUM3OutputDevice"):
def __init__(self, device: "ClusterUM3OutputDevice") -> None:
super().__init__()
self.device = device #type: ClusterUM3OutputDevice