Fix imports in tests.
This commit is contained in:
parent
051c29a262
commit
211f942eec
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ from django.test import TestCase
|
|||
import jwt
|
||||
|
||||
from oidc_provider.lib.utils.token import *
|
||||
from oidc_provider.tests.utils import *
|
||||
from oidc_provider.tests.app.utils import *
|
||||
from oidc_provider.views import *
|
||||
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ from django.utils import timezone
|
|||
|
||||
from oidc_provider.lib.utils.token import *
|
||||
from oidc_provider.models import *
|
||||
from oidc_provider.tests.utils import *
|
||||
from oidc_provider.tests.app.utils import *
|
||||
from oidc_provider.views import userinfo
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue