Skip to content

Commit 9ede425

Browse files
dugshubclaude
andcommitted
style: Fix formatting in test_pipeline.py
Minor formatting adjustment for lambda function parameter 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1a0339f commit 9ede425

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/ui/parser/test_pipeline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,8 @@ def test_dynamic_parser_selection(self, pipeline: ParserPipeline) -> None:
614614
and input.strip().endswith(">"),
615615
)
616616
pipeline.add_parser(
617-
text_parser, lambda input, ctx: True # Fallback for plain text
617+
text_parser,
618+
lambda input, ctx: True, # Fallback for plain text
618619
)
619620

620621
context = Context("interactive", [], {})

0 commit comments

Comments
 (0)