Skip to content

Commit b9d6ffe

Browse files
committed
Update formatting
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent b581fcd commit b9d6ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frequenz/repo/config/pytest/examples.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ def _validate_with_pylint(
214214
class MyPythonCodeBlockParser(PythonCodeBlockParser):
215215
"""Custom Python code block parser that uses the custom code block parser."""
216216

217-
codeblock_parser_class: type[_CustomPythonCodeBlockParser] = (
217+
codeblock_parser_class: type[
218218
_CustomPythonCodeBlockParser
219-
)
219+
] = _CustomPythonCodeBlockParser
220220

221221

222222
def get_sybil_arguments() -> dict[str, Any]:

0 commit comments

Comments
 (0)