Fix imports
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user