update code samples part1 (#2371)

This commit is contained in:
Shuchang Zheng
2025-05-16 21:38:06 -07:00
committed by GitHub
parent d2419d82d7
commit 6e27dbb8e0
26 changed files with 509 additions and 104 deletions

View File

@@ -1,8 +1,8 @@
# This file was auto-generated by Fern from our API Definition.
from .bad_request_error import BadRequestError
from .forbidden_error import ForbiddenError
from .not_found_error import NotFoundError
from .unauthorized_error import UnauthorizedError
from .unprocessable_entity_error import UnprocessableEntityError
__all__ = ["BadRequestError", "NotFoundError", "UnauthorizedError", "UnprocessableEntityError"]
__all__ = ["BadRequestError", "ForbiddenError", "NotFoundError", "UnprocessableEntityError"]