Fix lint issues (#1656)

This commit is contained in:
Dev Khant
2024-08-07 15:08:36 +05:30
committed by GitHub
parent 4af6288adb
commit 296327793c
7 changed files with 6 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
from typing import Optional, Dict, Type
from typing import Optional, Dict
from pydantic import BaseModel, Field, model_validator
class VectorStoreConfig(BaseModel):