fix open redirect, error leaking, unused imports, state validation

This commit is contained in:
CREDO23 2026-04-22 08:42:38 +02:00
parent e676ebfabe
commit 940889c291
6 changed files with 13 additions and 24 deletions

View file

@ -1,14 +1,10 @@
"""Shared auth helper for Luma agent tools."""
import logging
from sqlalchemy.ext.asyncio import AsyncSession
from sqlalchemy.future import select
from app.db import SearchSourceConnector, SearchSourceConnectorType
logger = logging.getLogger(__name__)
LUMA_API = "https://public-api.luma.com/v1"