Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Furr committed Jul 13, 2018
1 parent 4fa3da6 commit b393639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongoengine/base/datastructures.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def __init__(self, list_items, instance, name):
self._instance = weakref.proxy(instance)
self._name = name
print("BaseList.__init__ _instance(%s)" % self._instance)
print("----------------------------\n"
print("----------------------------\n")
super(BaseList, self).__init__(list_items)

def __getitem__(self, key, *args, **kwargs):
Expand Down

0 comments on commit b393639

Please sign in to comment.