Skip to content

Commit

Permalink
close #56 remove unnecessary import of auth.User
Browse files Browse the repository at this point in the history
  • Loading branch information
lampslave committed Aug 5, 2015
1 parent 4f3bec7 commit 592431d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions imagestore/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
from django.shortcuts import get_object_or_404
from django.http import Http404, HttpResponseRedirect
from django.conf import settings
from django.contrib.auth.models import User
from django.contrib.auth.decorators import permission_required
from django.contrib.auth.decorators import login_required
from django.contrib.auth.decorators import permission_required, login_required
from django.utils.translation import ugettext_lazy as _
from django.views.generic import ListView, DetailView, CreateView, UpdateView, DeleteView
from tagging.models import TaggedItem
Expand Down

0 comments on commit 592431d

Please sign in to comment.