diff --git a/pyproject.toml b/pyproject.toml index 732bfdc..146cb86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,6 @@ ignore = [ # not used "AIR", "ERA", - "FAST", "YTT", "FBT", "CPY", diff --git a/src/anyvlm/restapi/vlm.py b/src/anyvlm/restapi/vlm.py index 27d5923..a8cc0bf 100644 --- a/src/anyvlm/restapi/vlm.py +++ b/src/anyvlm/restapi/vlm.py @@ -168,7 +168,6 @@ async def save_upload_file_temp(upload_file: UploadFile) -> Path: "Processing is synchronous with a 30-minute timeout." ), tags=[EndpointTag.SEARCH], - response_model=VcfIngestionResponse, ) async def ingest_vcf_endpoint( request: Request,