Skip to content

Commit

Permalink
fixup! Remove workaround for inefficient query planning
Browse files Browse the repository at this point in the history
  • Loading branch information
mhl committed Oct 26, 2017
1 parent 50adce0 commit afc4a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapit/views/areas.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from django.shortcuts import redirect, render
from django.views.decorators.csrf import csrf_exempt

from mapit.models import Area, Generation, Geometry, Code, Name
from mapit.models import Area, Generation, Code, Name
from mapit.shortcuts import output_json, output_html, output_polygon, get_object_or_404, set_timeout
from mapit.middleware import ViewException
from mapit.ratelimitcache import ratelimit
Expand Down

0 comments on commit afc4a02

Please sign in to comment.