mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-28 03:20:01 +00:00
Fix ruff format for handler.py and session.py
Co-authored-by: Ali Khokhar <alishahryar2@gmail.com>
This commit is contained in:
parent
bfc781e0ed
commit
794e64bba9
2 changed files with 3 additions and 8 deletions
|
|
@ -504,9 +504,7 @@ class ClaudeMessageHandler:
|
|||
parse_mode=self._parse_mode(),
|
||||
)
|
||||
except Exception as e:
|
||||
logger.warning(
|
||||
f"Failed to update platform for node {node_id}: {e}"
|
||||
)
|
||||
logger.warning(f"Failed to update platform for node {node_id}: {e}")
|
||||
|
||||
try:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue