Remove unused imports

This commit is contained in:
Ned Batchelder
2018-11-03 10:25:30 -04:00
parent c0e2fd676a
commit 3353e7425e
61 changed files with 19 additions and 128 deletions

View File

@@ -6,7 +6,6 @@ import django.utils.timezone
from oauth2_provider import models as dot_models
from provider.oauth2 import models as dop_models
from rest_framework.exceptions import AuthenticationFailed
from rest_framework.authentication import SessionAuthentication
from rest_framework_oauth.authentication import OAuth2Authentication