From e56a2f52aedfcbfc7ed0b5062b4ee312b55da604 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Wed, 21 Jan 2026 22:48:17 -0500 Subject: [PATCH] style: use fastapi lint rule --- pyproject.toml | 1 - src/anyvlm/restapi/vlm.py | 1 - 2 files changed, 2 deletions(-) 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,