aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/runtests
diff options
context:
space:
mode:
Diffstat (limited to 'rest_framework/runtests')
-rw-r--r--rest_framework/runtests/settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rest_framework/runtests/settings.py b/rest_framework/runtests/settings.py
index 93e38f46..67de82c8 100644
--- a/rest_framework/runtests/settings.py
+++ b/rest_framework/runtests/settings.py
@@ -100,7 +100,6 @@ import django
if django.VERSION < (1, 3):
INSTALLED_APPS += ('staticfiles',)
-
# OAuth support is optional, so we only test oauth if it's installed.
try:
import oauth_provider