Skip to content

Commit 2dbef22

Browse files
committed
Remove unused imports
1 parent 357adc1 commit 2dbef22

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

readthedocs/profiles/views.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
"""Views for creating, editing and viewing site-specific user profiles."""
22

3-
from django.contrib import messages
43
from django.contrib.auth import logout
5-
from django.contrib.auth.decorators import login_required
64
from django.contrib.auth.models import User
75
from django.contrib.messages.views import SuccessMessageMixin
8-
from django.http import HttpResponseRedirect
9-
from django.shortcuts import get_object_or_404, redirect, render
106
from django.urls import reverse
117
from django.utils.translation import ugettext_lazy as _
128
from rest_framework.authtoken.models import Token

0 commit comments

Comments
 (0)