We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7717bf commit 6e44fd9Copy full SHA for 6e44fd9
volcenginesdkarkruntime/_base_client.py
@@ -75,7 +75,7 @@
75
Query,
76
HttpxRequestFiles,
77
)
78
-from ._utils._utils import _gen_request_id, is_given, is_mapping, is_dict
+from ._utils._utils import _gen_request_id, is_given, is_mapping, is_dict, is_list
79
from ._compat import model_copy, PYDANTIC_V2, model_dump
80
81
SyncPageT = TypeVar("SyncPageT", bound="BaseSyncPage[Any]")
0 commit comments