Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Fitblip committed Jul 22, 2016
1 parent 856a373 commit cc3fd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/tests/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def test_top_level_include_schema_content(self):

def test_top_level_jsonp(self):
api = Api()
api.serializer.formats=['jsonp']
api.serializer.formats = ['jsonp']
api.register(NoteResource())
api.register(UserResource())
request = HttpRequest()
Expand Down

0 comments on commit cc3fd6f

Please sign in to comment.