Skip to content

Commit 5b53405

Browse files
committed
style: apply ruff format to test_visualize_running_prompt
1 parent 44be2be commit 5b53405

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/ui_and_conv/test_visualize_running_prompt.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,9 @@ async def receive(self):
658658
return self._messages.pop(0)
659659
raise shell_visualize.QueueShutDown
660660

661-
monkeypatch.setattr(_live_view_mod.console, "print", lambda *args, **kwargs: printed.extend(args))
661+
monkeypatch.setattr(
662+
_live_view_mod.console, "print", lambda *args, **kwargs: printed.extend(args)
663+
)
662664

663665
view = _PromptLiveView(
664666
StatusUpdate(),

0 commit comments

Comments
 (0)