1 parent 7ec9dcd commit 4cc080eCopy full SHA for 4cc080e
1 file changed
src/pythinker_code/ui/shell/visualize/_interactive.py
@@ -414,9 +414,7 @@ def emit() -> None:
414
console.print()
415
416
try:
417
- await self._run_scrollback_handoff(
418
- emit, reason=f"pending_scrollback({len(batch)})"
419
- )
+ await self._run_scrollback_handoff(emit, reason=f"pending_scrollback({len(batch)})")
420
except Exception:
421
return
422
0 commit comments