Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
RazerM committed Mar 5, 2017
1 parent d58d96a commit 53e4f66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion marshmallow_jsonapi/flask.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def __init__(self, *args, **kwargs):

super(Schema, self).__init__(*args, **kwargs)


def generate_url(self, view_name, **kwargs):
"""Generate URL with any kwargs interpolated."""
return flask.url_for(view_name, **kwargs) if view_name else None
Expand Down

0 comments on commit 53e4f66

Please sign in to comment.