forked from loafle/openapi-generator-original
* [python-nextgen] fix #16010 circular refs lead to no imports Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] update samples Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] remove unnecessary Postponed annotations Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] update samples Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] remove unnecessary Postponed annotations Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] update samples Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] update samples Signed-off-by: ふぁ <yuki@yuki0311.com> --------- Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
@@ -71,3 +71,4 @@ class Bird(BaseModel):
|
||||
})
|
||||
return _obj
|
||||
|
||||
|
||||
|
||||
@@ -71,3 +71,4 @@ class Category(BaseModel):
|
||||
})
|
||||
return _obj
|
||||
|
||||
|
||||
|
||||
@@ -76,3 +76,4 @@ class DataQuery(Query):
|
||||
})
|
||||
return _obj
|
||||
|
||||
|
||||
|
||||
@@ -110,3 +110,4 @@ class DefaultValue(BaseModel):
|
||||
})
|
||||
return _obj
|
||||
|
||||
|
||||
|
||||
@@ -73,3 +73,4 @@ class NumberPropertiesOnly(BaseModel):
|
||||
})
|
||||
return _obj
|
||||
|
||||
|
||||
|
||||
@@ -101,3 +101,4 @@ class Pet(BaseModel):
|
||||
})
|
||||
return _obj
|
||||
|
||||
|
||||
|
||||
@@ -71,3 +71,4 @@ class Query(BaseModel):
|
||||
def from_dict(cls, obj: dict) -> Query:
|
||||
"""Create an instance of Query from a dict"""
|
||||
|
||||
|
||||
|
||||
@@ -71,3 +71,4 @@ class Tag(BaseModel):
|
||||
})
|
||||
return _obj
|
||||
|
||||
|
||||
|
||||
@@ -75,3 +75,4 @@ class TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter(BaseMod
|
||||
})
|
||||
return _obj
|
||||
|
||||
|
||||
|
||||
@@ -69,3 +69,4 @@ class TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter(BaseModel):
|
||||
})
|
||||
return _obj
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user