Skip to content

Commit

Permalink
removes import of nonexisting view
Browse files Browse the repository at this point in the history
  • Loading branch information
helrond committed Dec 11, 2017
1 parent 089b8fc commit 5c91121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project_electron/appraise/urls.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django.conf.urls import url
from appraise.views import AppraiseView, AppraisalNoteUpdateView
from appraise.views import AppraiseView

urlpatterns = [

url(r'^$', AppraiseView.as_view(), name='appraise-main'),
]
]

0 comments on commit 5c91121

Please sign in to comment.