Skip to content

Commit e103720

Browse files
chore: format all api.md files
1 parent 3c5e28f commit e103720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gradient/_base_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
not_given,
6363
)
6464
from ._utils import is_dict, is_list, asyncify, is_given, lru_cache, is_mapping
65-
from ._compat import PYDANTIC_V1, model_copy
65+
from ._compat import PYDANTIC_V1, model_copy, model_dump
6666
from ._models import GenericModel, FinalRequestOptions, validate_type, construct_type
6767
from ._response import (
6868
APIResponse,

0 commit comments

Comments
 (0)