We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb6ec9 commit 7462f90Copy full SHA for 7462f90
mongoengine_serialize/serializer.py
@@ -28,7 +28,6 @@ def __init__(self, collections):
28
self.__raw_collections = collections
29
self.__collections = self.__serialize_collection(collections)
30
31
-
32
def __call__(self, collections):
33
34
@@ -157,4 +156,4 @@ def jsonify(self):
157
156
elif isinstance(collections, dict):
158
return self.__dict_jsonify(collections)
159
else:
160
- return self.__dict_jsonify(collections)
+ return self.__dict_jsonify(collections)
0 commit comments