src/eric7/MicroPython/EspDevices.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9573
9960d19d66b5
child 9624
b47dfa7a137d
--- a/src/eric7/MicroPython/EspDevices.py	Tue Dec 06 16:57:54 2022 +0100
+++ b/src/eric7/MicroPython/EspDevices.py	Tue Dec 06 17:35:41 2022 +0100
@@ -168,9 +168,7 @@
         ok = EricMessageBox.yesNo(
             self.microPython,
             self.tr("Erase Flash"),
-            self.tr(
-                """Shall the flash of the selected device really be erased?"""
-            ),
+            self.tr("""Shall the flash of the selected device really be erased?"""),
         )
         if ok:
             flashArgs = [

eric ide

mercurial