Fix imports

This commit is contained in:
Urtzi Alfaro
2025-07-18 14:41:39 +02:00
parent a469f0c01d
commit 4073222888
30 changed files with 123 additions and 119 deletions

View File

@@ -2,7 +2,7 @@
uLunotification Service
"""
import logging
import structlog
from fastapi import FastAPI
from fastapi.middleware.cors import CORSMiddleware
@@ -13,7 +13,7 @@ from shared.monitoring.metrics import MetricsCollector
# Setup logging
setup_logging("notification-service", "INFO")
logger = logging.getLogger(__name__)
logger = structlog.get_logger()
# Create FastAPI app
app = FastAPI(

View File

@@ -11,4 +11,6 @@ aio-pika==9.3.0
prometheus-client==0.17.1
python-json-logger==2.0.4
pytz==2023.3
python-logstash==0.4.8
python-logstash==0.4.8
structlog==23.2.0
structlog==23.2.0