From 9becb0ed5308cdf6efcbdcf998c68a0711a88894 Mon Sep 17 00:00:00 2001 From: Pravin Kamble Date: Mon, 21 Aug 2023 00:27:16 +0530 Subject: [PATCH] fixing the whitespaces --- tests/test_throttling.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_throttling.py b/tests/test_throttling.py index 0563bd9d8..030e40acb 100644 --- a/tests/test_throttling.py +++ b/tests/test_throttling.py @@ -18,7 +18,9 @@ from rest_framework.throttling import ( UserRateThrottle ) from rest_framework.views import APIView -from rest_framework.utils.throttling_duration_parser import parse_quantity_and_unit +from rest_framework.utils.throttling_duration_parser import ( + parse_quantity_and_unit +) class User3SecRateThrottle(UserRateThrottle):