Skip to content

Commit 8f07d8b

Browse files
committed
fix: Fix
Signed-off-by: Ce Gao <cegao@tensorchord.ai>
1 parent 90519bd commit 8f07d8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vllm_router/files/storage.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async def get_file(
8989
file_id (str): The unique identifier for the file.
9090
user_id (str, optional): The ID of the user who owns the file.
9191
Defaults to DEFAULT_USER_ID.
92-
92+
9393
Returns:
9494
OpenAIFile: An OpenAIFile object containing the file metadata.
9595
"""
@@ -106,7 +106,7 @@ async def get_file_content(
106106
file_id (str): The unique identifier for the file.
107107
user_id (str, optional): The ID of the user who owns the file.
108108
Defaults to DEFAULT_USER_ID.
109-
109+
110110
Returns:
111111
bytes: The binary content of the file.
112112
"""
@@ -120,7 +120,7 @@ async def list_files(self, user_id: str = DEFAULT_USER_ID) -> List[str]:
120120
Args:
121121
user_id (str, optional): The ID of the user whose files should be listed.
122122
Defaults to DEFAULT_USER_ID.
123-
123+
124124
Returns:
125125
List[str]: A list of file IDs for the user.
126126
"""

0 commit comments

Comments
 (0)