Skip to content

Commit 1bbbe49

Browse files
committed
Clean up imports
1 parent 855296d commit 1bbbe49

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

oauth2_provider/views/base.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44

55
from django.contrib.auth.mixins import LoginRequiredMixin
66
from django.contrib.auth.views import redirect_to_login
7-
from django.core.serializers.json import DjangoJSONEncoder
8-
from django.db.models import Model
9-
10-
# JB
11-
from django.forms import model_to_dict
127
from django.http import HttpResponse
138
from django.shortcuts import resolve_url
149
from django.utils import timezone

0 commit comments

Comments
 (0)