removed empty row

This commit is contained in:
Stephan Groß 2012-10-29 08:58:29 +01:00
parent 76db7d4c59
commit c6240f4514

View File

@ -219,7 +219,6 @@ Edit the `snippet/views.py` file, and add the following.
"""
An HttpResponse that renders it's content into JSON.
"""
def __init__(self, data, **kwargs):
content = JSONRenderer().render(data)
kwargs['content_type'] = 'application/json'