fix the white spacing

This commit is contained in:
Pravin Kamble 2023-08-21 21:55:48 +05:30
parent fea49b77d5
commit 436f61ca21

View File

@ -5,9 +5,10 @@ import time
from django.core.cache import cache as default_cache from django.core.cache import cache as default_cache
from django.core.exceptions import ImproperlyConfigured from django.core.exceptions import ImproperlyConfigured
from rest_framework.utils.throttling_duration_parser import parse_quantity_and_unit
from rest_framework.settings import api_settings from rest_framework.settings import api_settings
from rest_framework.utils.throttling_duration_parser import (
parse_quantity_and_unit
)
class BaseThrottle: class BaseThrottle: