forked from loafle/openapi-generator-original
[python] add test Missing the important statement for Datetime in Python binding generation (#18175)
* [python] add test on datetime response import * [python] update sample * [python] update sample
This commit is contained in:
@@ -17,6 +17,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user