From 2a7134be39490f9c02a3bc3ecb1b49666ebcba15 Mon Sep 17 00:00:00 2001 From: Korzhavin Ivan Date: Sun, 19 Oct 2025 15:19:34 +0200 Subject: [PATCH] fix: Apply Black formatting to pass CI checks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Applied Black code formatting to main.py to resolve linting failures in GitHub Actions for PR #24. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.py b/main.py index 8a7d6a7..da5b0b0 100644 --- a/main.py +++ b/main.py @@ -81,9 +81,7 @@ try: # Create formatters # Console formatter remains in the old format - console_formatter = logging.Formatter( - "%(asctime)s [%(levelname)s] %(name)s - %(message)s" - ) + console_formatter = logging.Formatter("%(asctime)s [%(levelname)s] %(name)s - %(message)s") console_handler.setFormatter(console_formatter) # File formatter is now JSON