update samples

This commit is contained in:
William Cheng
2024-03-21 11:42:51 +08:00
parent 43ca5fcac9
commit 7aeb952565
60 changed files with 110 additions and 114 deletions

View File

@@ -17,7 +17,6 @@ from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
from typing_extensions import Annotated
from pydantic import StrictStr
from openapi_client.api_client import ApiClient, RequestSerialized
from openapi_client.api_response import ApiResponse