mirror of https://github.com/langgenius/dify.git
[autofix.ci] apply automated fixes (attempt 2/3)
This commit is contained in:
parent
928b17d0f1
commit
80d9c81439
|
|
@ -1,5 +1,3 @@
|
|||
from typing import Optional
|
||||
|
||||
from pydantic import Field, PositiveInt
|
||||
from pydantic_settings import BaseSettings
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue