Skip to content

Commit 6e44fd9

Browse files
author
lmh
committed
fix: import
1 parent e7717bf commit 6e44fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volcenginesdkarkruntime/_base_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
Query,
7676
HttpxRequestFiles,
7777
)
78-
from ._utils._utils import _gen_request_id, is_given, is_mapping, is_dict
78+
from ._utils._utils import _gen_request_id, is_given, is_mapping, is_dict, is_list
7979
from ._compat import model_copy, PYDANTIC_V2, model_dump
8080

8181
SyncPageT = TypeVar("SyncPageT", bound="BaseSyncPage[Any]")

0 commit comments

Comments
 (0)