removing unnecesary imports
This commit is contained in:
parent
c48832b8cd
commit
cfbfbfc74a
2 changed files with 1 additions and 6 deletions
|
@ -1,13 +1,7 @@
|
|||
from datetime import timedelta
|
||||
import uuid
|
||||
|
||||
from django.utils import timezone
|
||||
|
||||
from oidc_provider.lib.errors import *
|
||||
from oidc_provider.lib.utils.params import *
|
||||
from oidc_provider.lib.utils.token import *
|
||||
from oidc_provider.models import *
|
||||
from oidc_provider import settings
|
||||
|
||||
|
||||
class AuthorizeEndpoint(object):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue