mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-29 10:56:24 +02:00
chore: linting
This commit is contained in:
parent
eaa21c7150
commit
2832d57bda
60 changed files with 176 additions and 179 deletions
|
|
@ -80,12 +80,12 @@ __all__ = [
|
|||
"DefaultSystemInstructionsResponse",
|
||||
# Document schemas
|
||||
"DocumentBase",
|
||||
# Google Drive schemas
|
||||
"DriveItem",
|
||||
"DocumentRead",
|
||||
"DocumentUpdate",
|
||||
"DocumentWithChunksRead",
|
||||
"DocumentsCreate",
|
||||
# Google Drive schemas
|
||||
"DriveItem",
|
||||
"ExtensionDocumentContent",
|
||||
"ExtensionDocumentMetadata",
|
||||
"GlobalNewLLMConfigRead",
|
||||
|
|
|
|||
|
|
@ -39,4 +39,3 @@ class GoogleDriveIndexRequest(BaseModel):
|
|||
def get_file_names(self) -> list[str]:
|
||||
"""Get list of file names."""
|
||||
return [file.name for file in self.files]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue