mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Remove a number of unused variables
This commit is contained in:
parent
6a6ad6e815
commit
fe27da5e8a
8 changed files with 7 additions and 12 deletions
|
@ -50,7 +50,7 @@ class USBPrinterOutputDeviceManager(QObject, OutputDevicePlugin):
|
|||
|
||||
# The method updates/reset the USB settings for all connected USB devices
|
||||
def updateUSBPrinterOutputDevices(self):
|
||||
for key, device in self._usb_output_devices.items():
|
||||
for device in self._usb_output_devices.values():
|
||||
if isinstance(device, USBPrinterOutputDevice.USBPrinterOutputDevice):
|
||||
device.resetDeviceSettings()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue