src/eric7/MicroPython/MicroPythonWebreplDeviceInterface.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
--- a/src/eric7/MicroPython/MicroPythonWebreplDeviceInterface.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/MicroPython/MicroPythonWebreplDeviceInterface.py	Mon Feb 24 15:43:49 2025 +0100
@@ -168,7 +168,7 @@
 
         return True
 
-    def execute(self, commands, *, mode="raw", timeout=0):  # noqa: U100
+    def execute(self, commands, *, mode="raw", timeout=0):  # noqa: U-100
         """
         Public method to send commands to the connected device and return the
         result.

eric ide

mercurial