mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
First round of CI codestyle fixes
This commit is contained in:
parent
1fa5628cb2
commit
e7fdd02b6f
5 changed files with 12 additions and 10 deletions
|
@ -191,7 +191,7 @@ class UltimakerNetworkedPrinterOutputDevice(NetworkedPrinterOutputDevice):
|
|||
|
||||
# Keep track of the new printers to show.
|
||||
# We create a new list instead of changing the existing one to get the correct order.
|
||||
new_printers = []
|
||||
new_printers = [] # type: List[PrinterOutputModel]
|
||||
|
||||
# Check which printers need to be created or updated.
|
||||
for index, printer_data in enumerate(remote_printers):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue