From 2b67e061f36c159a1c86e11b0cec19209e1359ec Mon Sep 17 00:00:00 2001 From: Pravin Kamble Date: Sun, 5 Nov 2023 12:43:21 +0530 Subject: [PATCH] Fixed the intendtation --- rest_framework/throttling.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rest_framework/throttling.py b/rest_framework/throttling.py index 3af69c4ad..832886b99 100644 --- a/rest_framework/throttling.py +++ b/rest_framework/throttling.py @@ -5,7 +5,6 @@ import time from django.core.cache import cache as default_cache from django.core.exceptions import ImproperlyConfigured - from rest_framework.settings import api_settings