First round of CI codestyle fixes

This commit is contained in:
ChrisTerBeke 2019-08-02 15:26:24 +02:00
parent 1fa5628cb2
commit e7fdd02b6f
5 changed files with 12 additions and 10 deletions

View file

@ -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):