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