diff --git a/rest_framework/throttling.py b/rest_framework/throttling.py index 9acc2371d..3587d13dc 100644 --- a/rest_framework/throttling.py +++ b/rest_framework/throttling.py @@ -5,7 +5,7 @@ import time from django.core.cache import cache as default_cache from django.core.exceptions import ImproperlyConfigured -from utils.throttling_duration_parser import parse_quantity_and_unit +from rest_framework.utils.throttling_duration_parser import parse_quantity_and_unit from rest_framework.settings import api_settings