Skip to content

Commit fd248fe

Browse files
jwesleyeclaude
andcommitted
chore: cleanup formatting for release
- Apply ruff formatting fixes - Minor code style improvements 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 5726256 commit fd248fe

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/basic_agent_chat_loop/chat_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ def __init__(
529529

530530
# Log terminal capabilities for debugging
531531
if self.console:
532-
logger.debug(f"Rich Console initialized:")
532+
logger.debug("Rich Console initialized:")
533533
logger.debug(f" is_terminal: {self.console.is_terminal}")
534534
logger.debug(f" color_system: {self.console.color_system}")
535535
logger.debug(f" legacy_windows: {self.console.legacy_windows}")

src/basic_agent_chat_loop/components/response_renderer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ def __init__(
6161

6262
# Debug logging for Windows troubleshooting
6363
import logging
64+
6465
logger = logging.getLogger(__name__)
65-
logger.debug(f"ResponseRenderer initialized:")
66+
logger.debug("ResponseRenderer initialized:")
6667
logger.debug(f" use_rich (param): {use_rich}")
6768
logger.debug(f" RICH_AVAILABLE: {RICH_AVAILABLE}")
6869
logger.debug(f" self.use_rich: {self.use_rich}")

0 commit comments

Comments
 (0)