Skip to content

Commit

Permalink
Fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
tims committed Apr 11, 2016
1 parent 052970f commit c896a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baldr/api2/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ModelResourceApi(ResourceApi):
to_resource_mapping = None

def __init__(self, *args, **kwargs):
super(self.__class__, self).__init__(*args, **kwargs)
super(ModelResourceApi, self).__init__(*args, **kwargs)

assert self.model, "A model has not been provided."

Expand Down

0 comments on commit c896a56

Please sign in to comment.