mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:55:53 +08:00
STAR-322: Adding return type to init method
This commit is contained in:
parent
64dc73aed3
commit
0467756ed6
@ -5,7 +5,7 @@ from cura.PrinterOutput.PrinterOutputController import PrinterOutputController
|
|||||||
|
|
||||||
|
|
||||||
class CloudOutputController(PrinterOutputController):
|
class CloudOutputController(PrinterOutputController):
|
||||||
def __init__(self, output_device: OutputDevice):
|
def __init__(self, output_device: OutputDevice) -> None:
|
||||||
super().__init__(output_device)
|
super().__init__(output_device)
|
||||||
|
|
||||||
# The cloud connection only supports fetching the printer and queue status and adding a job to the queue.
|
# The cloud connection only supports fetching the printer and queue status and adding a job to the queue.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user