Fix trailing whitespace (ruff formatting)

This commit is contained in:
Rasmus Widing
2025-08-15 17:56:51 +03:00
parent e9a19ffb41
commit caefaccbe4

View File

@@ -112,7 +112,7 @@ def setup_logfire(
# Read LOG_LEVEL from environment
log_level = os.getenv("LOG_LEVEL", "INFO").upper()
# Configure root logging
logging.basicConfig(
level=getattr(logging, log_level, logging.INFO),