Skip to content

Commit

Permalink
new kwargs in unwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 19, 2015
1 parent 9ff405f commit 3952dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appier/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ def map(self):
def dumps(self):
return mongo.dumps(self.model)

def unwrap(self):
def unwrap(self, **kwargs):
return dict()

def pre_validate(self):
Expand Down

0 comments on commit 3952dcd

Please sign in to comment.