[autofix.ci] apply automated fixes (attempt 2/3)

This commit is contained in:
autofix-ci[bot] 2025-09-24 12:47:03 +00:00 committed by GitHub
parent 928b17d0f1
commit 80d9c81439
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
from typing import Optional
from pydantic import Field, PositiveInt
from pydantic_settings import BaseSettings

View File

@ -1,6 +1,6 @@
import json
import time
from typing import Any, Optional
from typing import Any
from pinecone import Pinecone, ServerlessSpec
from pydantic import BaseModel