From decd4b83e129309e67f17e0fb2e4ae050ef4d339 Mon Sep 17 00:00:00 2001 From: Pravin Kamble Date: Mon, 21 Aug 2023 00:03:30 +0530 Subject: [PATCH] adding tests --- tests/test_throttling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_throttling.py b/tests/test_throttling.py index 6d9fc6e92..0962269a8 100644 --- a/tests/test_throttling.py +++ b/tests/test_throttling.py @@ -18,7 +18,7 @@ from rest_framework.throttling import ( UserRateThrottle ) from rest_framework.views import APIView -from utils.throttling_duration_parser import parse_quantity_and_unit +from rest_framework.utils.throttling_duration_parser import parse_quantity_and_unit class User3SecRateThrottle(UserRateThrottle):