forked from loafle/openapi-generator-original
fix circular import issue in python flask (#946)
* fix circular import issue in python flask
This is very similar change to 3678eaff87
All it intends to do is fix the problem of cirular imports (which was
already fixed for python) in the python flask server.
* removal of type hints in quotes
This commit is contained in:
committed by
William Cheng
parent
aa29219f8c
commit
7596fb7119
@@ -51,7 +51,7 @@ def _deserialize_primitive(data, klass):
|
||||
|
||||
|
||||
def _deserialize_object(value):
|
||||
"""Return a original value.
|
||||
"""Return an original value.
|
||||
|
||||
:return: object.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user