src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py

branch
server
changeset 10561
be23a662d709
parent 10555
08e853c0c77b
child 10576
0cf5ebf17411
--- a/src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py	Sat Feb 10 11:28:58 2024 +0100
+++ b/src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py	Sun Feb 11 18:35:44 2024 +0100
@@ -15,6 +15,7 @@
 
 from .EricRequestCategory import EricRequestCategory
 
+
 class EricServerFileSystemRequestHandler:
     """
     Class implementing the file system request handler of the eric-ide server.
@@ -91,7 +92,7 @@
                 "error": str(err),
             }
 
-    def __getcwd(self, params):
+    def __getcwd(self, params):  # noqa: U100
         """
         Private method to report the current working directory.
 

eric ide

mercurial