removed enrichment import

This commit is contained in:
2026-04-27 22:55:58 +02:00
parent 70cdba8847
commit 8766813858

View File

@@ -3,7 +3,6 @@ from fastapi.responses import JSONResponse, FileResponse
from fastapi.security import HTTPBasic, HTTPBasicCredentials from fastapi.security import HTTPBasic, HTTPBasicCredentials
from .auth import init_db, verify_api_key, get_db from .auth import init_db, verify_api_key, get_db
from .models import Event, BatchEvents from .models import Event, BatchEvents
from .enrichment import enrich_event
from .influx import write_event, client, INFLUX_ORG, INFLUX_BUCKET from .influx import write_event, client, INFLUX_ORG, INFLUX_BUCKET
import logging import logging
import os import os