Skip to content

Commit 4cc080e

Browse files
committed
style(tui): wrap long scrollback-handoff call to satisfy formatter
1 parent 7ec9dcd commit 4cc080e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/pythinker_code/ui/shell/visualize/_interactive.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,9 +414,7 @@ def emit() -> None:
414414
console.print()
415415

416416
try:
417-
await self._run_scrollback_handoff(
418-
emit, reason=f"pending_scrollback({len(batch)})"
419-
)
417+
await self._run_scrollback_handoff(emit, reason=f"pending_scrollback({len(batch)})")
420418
except Exception:
421419
return
422420

0 commit comments

Comments
 (0)