chore: linting

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-01-01 22:56:37 -08:00
parent eaa21c7150
commit 2832d57bda
60 changed files with 176 additions and 179 deletions

View file

@ -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]