Skip to content

Commit adb4d35

Browse files
committed
Improve code
1 parent 4e6e9a4 commit adb4d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thonnycontrib/black_formatter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
name = "thonny-black-formatter"
1111

12-
ErrorMessage = namedtuple("ErrorMessage", ["error_type", "description"])
12+
ErrorMessage = namedtuple("ErrorMessage", ["error_type", "description"]) # NOSONAR
1313

1414
SUCCESS = "All done!"
1515

0 commit comments

Comments
 (0)