mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
CURA-5330 Add typing to the USBPrinting plugin
This commit is contained in:
parent
7eba868574
commit
a184fad8ee
2 changed files with 9 additions and 10 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue