mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-18 04:02:35 +03:00
Update rest_framework/throttling.py
Co-authored-by: Devid <13779643+sevdog@users.noreply.github.com>
This commit is contained in:
parent
e4a8a1e08b
commit
5d684b7e06
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user