mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fix typo in class name
This commit is contained in:
parent
0f0b1c6795
commit
3fed44bb5e
2 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ if MYPY:
|
|||
from cura.PrinterOutput.PrinterOutputModel import PrinterOutputModel
|
||||
|
||||
|
||||
class USBPrinterOuptutController(PrinterOutputController):
|
||||
class USBPrinterOutputController(PrinterOutputController):
|
||||
def __init__(self, output_device):
|
||||
super().__init__(output_device)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue