fixing the whitespaces

This commit is contained in:
Pravin Kamble 2023-08-21 00:27:16 +05:30
parent c10c92c59b
commit 9becb0ed53

View File

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