fix: add missing BaseModel import for LetzshopExportRequest

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-20 22:15:28 +01:00
parent d46b676e77
commit f2ed1362a0

View File

@@ -11,6 +11,7 @@ Architecture Notes:
import logging
from fastapi import APIRouter, Body, Depends, Path, Query
from pydantic import BaseModel
from sqlalchemy.orm import Session
from app.api.deps import get_current_admin_api