Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit c543b6a

Browse files
committed
fix: minor type annotation error
1 parent 5d82df7 commit c543b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ai/backend/client/func/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async def detail(
6767
cls,
6868
vfolder_host: str,
6969
fields: Sequence[str] = _default_detail_fields,
70-
) -> Sequence[dict]:
70+
) -> dict:
7171
query = textwrap.dedent("""\
7272
query($vfolder_host: String!) {
7373
storage_volume(id: $vfolder_host) {$fields}

0 commit comments

Comments
 (0)