Resolve mypy errors for various data types

This commit is contained in:
sabaimran
2023-11-17 23:26:15 -08:00
parent 3328a41f08
commit f180b2ba94
2 changed files with 8 additions and 5 deletions

View File

@@ -296,7 +296,7 @@ async def get_all_filenames(
client=client,
)
return await sync_to_async(list)(EntryAdapters.aget_all_filenames_by_source(user, content_source))
return await sync_to_async(list)(EntryAdapters.aget_all_filenames_by_source(user, content_source)) # type: ignore[call-arg]
@api.post("/config/data/conversation/model", status_code=200)