eric7/MicroPython/MicroPythonWidget.py

branch
eric7
changeset 8366
2a9f5153c438
parent 8358
144a6b854f70
child 8604
d25390ea2f19
--- a/eric7/MicroPython/MicroPythonWidget.py	Sun May 23 13:33:13 2021 +0200
+++ b/eric7/MicroPython/MicroPythonWidget.py	Sun May 23 15:35:49 2021 +0200
@@ -1783,7 +1783,9 @@
         from .AddEditDevicesDialog import AddEditDevicesDialog
         
         if len(devices) > 1:
-            from EricWidgets.EricListSelectionDialog import EricListSelectionDialog
+            from EricWidgets.EricListSelectionDialog import (
+                EricListSelectionDialog
+            )
             sdlg = EricListSelectionDialog(
                 [d[2] for d in devices],
                 title=self.tr("Add Unknown Devices"),

eric ide

mercurial