sort imports

This commit is contained in:
Laura Klünder 2016-09-11 22:12:14 +02:00
parent c9eb98166c
commit 457d25b611

View file

@ -1,7 +1,6 @@
from django.conf.urls import url
from django.views.generic import TemplateView
urlpatterns = [
url(r'^$', TemplateView.as_view(template_name='editor/map.html'), name='editor.index')
]