aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/throttling.py
diff options
context:
space:
mode:
Diffstat (limited to 'rest_framework/throttling.py')
-rw-r--r--rest_framework/throttling.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/throttling.py b/rest_framework/throttling.py
index b66284c3..e7750478 100644
--- a/rest_framework/throttling.py
+++ b/rest_framework/throttling.py
@@ -1,6 +1,6 @@
+import time
from django.core.cache import cache
from rest_framework.settings import api_settings
-import time
class BaseThrottle(object):