fix type issues

This commit is contained in:
David Soria Parra
2024-12-19 23:19:41 +00:00
parent 561397c409
commit 0b09fa5944
2 changed files with 11 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ from pathlib import Path
from typing import Any
import anyio
import anyio.to_thread
import httpx
import pydantic.json
import pydantic_core