Skip to content

Commit

Permalink
Fixing two spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Carles Boils Gisbert committed Feb 23, 2017
1 parent 55634a5 commit c0bb248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geokey/contributions/views/observations.py
Expand Up @@ -106,7 +106,7 @@ def get(self, request, project_id):
bbox=request.GET.get('bbox')
).select_related('location', 'creator', 'updator', 'category')
except InputError as e:
return Response(e, status=status.HTTP_406_NOT_ACCEPTABLE)
return Response(e, status=status.HTTP_406_NOT_ACCEPTABLE)
serializer = ContributionSerializer(
contributions,
many=True,
Expand Down

0 comments on commit c0bb248

Please sign in to comment.