chore(api/core): apply ruff reformatting (#7624)
This commit is contained in:
parent
178730266d
commit
2cf1187b32
724 changed files with 21180 additions and 21123 deletions
|
|
@ -10,6 +10,7 @@ class NotionInfo(BaseModel):
|
|||
"""
|
||||
Notion import info.
|
||||
"""
|
||||
|
||||
notion_workspace_id: str
|
||||
notion_obj_id: str
|
||||
notion_page_type: str
|
||||
|
|
@ -25,6 +26,7 @@ class WebsiteInfo(BaseModel):
|
|||
"""
|
||||
website import info.
|
||||
"""
|
||||
|
||||
provider: str
|
||||
job_id: str
|
||||
url: str
|
||||
|
|
@ -43,6 +45,7 @@ class ExtractSetting(BaseModel):
|
|||
"""
|
||||
Model class for provider response.
|
||||
"""
|
||||
|
||||
datasource_type: str
|
||||
upload_file: Optional[UploadFile] = None
|
||||
notion_info: Optional[NotionInfo] = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue