Skip to content

Commit 7462f90

Browse files
committed
code indention
1 parent 7eb6ec9 commit 7462f90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mongoengine_serialize/serializer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def __init__(self, collections):
2828
self.__raw_collections = collections
2929
self.__collections = self.__serialize_collection(collections)
3030

31-
3231
def __call__(self, collections):
3332
self.__raw_collections = collections
3433
self.__collections = self.__serialize_collection(collections)
@@ -157,4 +156,4 @@ def jsonify(self):
157156
elif isinstance(collections, dict):
158157
return self.__dict_jsonify(collections)
159158
else:
160-
return self.__dict_jsonify(collections)
159+
return self.__dict_jsonify(collections)

0 commit comments

Comments
 (0)