Skip to content

Commit

Permalink
Fixing error 401 because of unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-code committed Dec 17, 2016
1 parent d5c056c commit de398c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qa/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

from django.db.models import Count
from django.conf import settings
from django.utils.text import slugify
from django.utils.translation import ugettext as _
from django.views.generic import (CreateView, View, ListView, DetailView,
UpdateView)
Expand Down

0 comments on commit de398c5

Please sign in to comment.