Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Naor Livne committed Mar 11, 2019
1 parent c55a977 commit eaddeff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/db/mongo.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,3 @@ def mongo_update_user(self, user_name, update_fields_dict):
{'$set': update_fields_dict},
return_document=ReturnDocument.AFTER)
return result

0 comments on commit eaddeff

Please sign in to comment.