mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-04-17 03:31:09 +00:00
Remove unused import
This commit is contained in:
parent
d5b0b996d6
commit
ea58a2aad1
1 changed files with 0 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
# Create your views here.
|
||||
from django.contrib.auth.decorators import login_required
|
||||
from django.contrib.auth.models import User
|
||||
from django.core.paginator import Paginator, EmptyPage, PageNotAnInteger
|
||||
from django.shortcuts import get_object_or_404, render, redirect
|
||||
from django.template.context import RequestContext
|
||||
|
|
|
|||
Loading…
Reference in a new issue