CURA-5330 Add typing to the USBPrinting plugin

This commit is contained in:
Diego Prado Gesto 2018-06-14 15:57:30 +02:00
parent 7eba868574
commit a184fad8ee
2 changed files with 9 additions and 10 deletions

View file

@ -179,7 +179,7 @@ class USBPrinterOutputDeviceManager(QObject, OutputDevicePlugin):
return list(base_list)
__instance = None
__instance = None # type: USBPrinterOutputDeviceManager
@classmethod
def getInstance(cls, *args, **kwargs) -> "USBPrinterOutputDeviceManager":