src/eric7/CodeFormatting/BlackFormattingDialog.py

branch
eric7
changeset 10683
779cda568acb
parent 10621
f5631f40c4d9
child 10689
3ede487187f2
diff -r 47be220abdaf -r 779cda568acb src/eric7/CodeFormatting/BlackFormattingDialog.py
--- a/src/eric7/CodeFormatting/BlackFormattingDialog.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/CodeFormatting/BlackFormattingDialog.py	Sat Apr 20 18:01:36 2024 +0200
@@ -671,7 +671,7 @@
 
         @param src name of the processed file
         @type pathlib.Path or str
-        @param message ignore message (default to "")
+        @param message ignore message (default to "") (unused)
         @type str (optional)
         """
         self.result.emit("ignored", str(src), "")
@@ -749,7 +749,7 @@
 
         @param src name of the processed file
         @type pathlib.Path or str
-        @param message ignore message (default to "")
+        @param message ignore message (default to "") (unused)
         @type str (optional)
         """
         self.__queue.put(

eric ide

mercurial