Merge branch 'feature/flexible-throttling-intervals' of https://github.com/PravinKamble123/django-rest-framework into feature/flexible-throttling-intervals

This commit is contained in:
Pravin Kamble 2023-08-21 21:42:11 +05:30
commit 97af7999e9

View File

@ -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