Skip to content

Commit 3354b0f

Browse files
NejcSclaude
andcommitted
fix black formatting
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4aebb14 commit 3354b0f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plain2code_console.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def _sanitize_for_logger(text: str) -> str:
1717
"""Strip Rich markup and replace non-ASCII chars for safe logging on all platforms."""
1818
return _RICH_MARKUP_PATTERN.sub("", text).encode("ascii", "replace").decode("ascii")
1919

20+
2021
logger = logging.getLogger(plain2code_logger.LOGGER_NAME)
2122

2223

0 commit comments

Comments
 (0)