fix: Apply Black formatting to pass CI checks
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 <noreply@anthropic.com>
This commit is contained in:
parent
127c953801
commit
2a7134be39
1 changed files with 1 additions and 3 deletions
4
main.py
4
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue