code quality run
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import logging
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
from app.core.config import settings
|
||||
|
||||
|
||||
@@ -22,7 +23,7 @@ def setup_logging():
|
||||
|
||||
# Create formatters
|
||||
formatter = logging.Formatter(
|
||||
'%(asctime)s - %(name)s - %(levelname)s - %(message)s'
|
||||
"%(asctime)s - %(name)s - %(levelname)s - %(message)s"
|
||||
)
|
||||
|
||||
# Console handler
|
||||
|
||||
Reference in New Issue
Block a user