removed empty row

This commit is contained in:
Stephan Groß 2012-10-30 14:02:12 +01:00
parent 9aa3726009
commit bcfb46eedc

View File

@ -36,7 +36,6 @@ So far, so good. It looks pretty similar to the previous case, but we've got be
"""
Retrieve, update or delete a snippet instance.
"""
def get_object(self, pk):
try:
return Snippet.objects.get(pk=pk)