Added typing

CL-541
This commit is contained in:
Jaime van Kessel 2017-12-19 16:15:48 +01:00
parent b4c83814d9
commit 79add4ffd8
4 changed files with 21 additions and 17 deletions

View file

@ -22,7 +22,7 @@ import serial.tools.list_ports
i18n_catalog = i18nCatalog("cura")
## Manager class that ensures that a usbPrinteroutput device is created for every connected USB printer.
## Manager class that ensures that an USBPrinterOutput device is created for every connected USB printer.
@signalemitter
class USBPrinterOutputDeviceManager(QObject, OutputDevicePlugin):
addUSBOutputDeviceSignal = Signal()