--- a/src/eric7/CodeFormatting/BlackFormattingAction.py Wed Jul 13 11:16:20 2022 +0200
+++ b/src/eric7/CodeFormatting/BlackFormattingAction.py Wed Jul 13 14:55:47 2022 +0200
@@ -14,6 +14,7 @@
"""
Class defining the various code formatting actions.
"""
+
Format = 0
Check = 1
Diff = 2