From 5d684b7e0677d80c244323caf64603ef40009b40 Mon Sep 17 00:00:00 2001 From: PravinKamble123 <91125540+PravinKamble123@users.noreply.github.com> Date: Mon, 21 Aug 2023 21:01:05 +0530 Subject: [PATCH] Update rest_framework/throttling.py Co-authored-by: Devid <13779643+sevdog@users.noreply.github.com> --- rest_framework/throttling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework/throttling.py b/rest_framework/throttling.py index a438bedd4..08a536ee1 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