Delete legacy alerts
This commit is contained in:
@@ -12,7 +12,6 @@ from typing import List, Optional, Dict, Any
|
||||
from uuid import UUID
|
||||
import structlog
|
||||
|
||||
from shared.notifications.alert_integration import AlertIntegration
|
||||
from shared.database.transactions import transactional
|
||||
|
||||
from app.core.config import settings
|
||||
@@ -45,7 +44,7 @@ class FoodSafetyService:
|
||||
"""Service for food safety and compliance operations"""
|
||||
|
||||
def __init__(self):
|
||||
self.alert_integration = AlertIntegration()
|
||||
pass
|
||||
|
||||
# ===== COMPLIANCE MANAGEMENT =====
|
||||
|
||||
|
||||
Reference in New Issue
Block a user