mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-10 21:29:07 +00:00
Add @deprecated to methods in python-nextgen (#15380)
* add @deprecated to methods in python-nextgen * add deprecated as comment * add deprecation warnings * add warnings import * remove import
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
import re # noqa: F401
|
||||
import io
|
||||
import warnings
|
||||
|
||||
from pydantic import validate_arguments, ValidationError
|
||||
from typing_extensions import Annotated
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
|
||||
import re # noqa: F401
|
||||
import io
|
||||
import warnings
|
||||
|
||||
from pydantic import validate_arguments, ValidationError
|
||||
from typing_extensions import Annotated
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
|
||||
import re # noqa: F401
|
||||
import io
|
||||
import warnings
|
||||
|
||||
from pydantic import validate_arguments, ValidationError
|
||||
from typing_extensions import Annotated
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
|
||||
import re # noqa: F401
|
||||
import io
|
||||
import warnings
|
||||
|
||||
from pydantic import validate_arguments, ValidationError
|
||||
from typing_extensions import Annotated
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
|
||||
import re # noqa: F401
|
||||
import io
|
||||
import warnings
|
||||
|
||||
from pydantic import validate_arguments, ValidationError
|
||||
from typing_extensions import Annotated
|
||||
|
||||
Reference in New Issue
Block a user