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:
Jakob Schmutz
2018-09-09 16:23:06 +01:00
committed by William Cheng
parent aa29219f8c
commit 7596fb7119
19 changed files with 939 additions and 949 deletions

View File

@@ -51,7 +51,7 @@ def _deserialize_primitive(data, klass):
def _deserialize_object(value):
"""Return a original value.
"""Return an original value.
:return: object.
"""