mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Fix style in some components
This commit is contained in:
parent
ab339e7784
commit
c738f306fb
5 changed files with 30 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue