diff --git a/tests/test_throttling.py b/tests/test_throttling.py index 030e40acb..315ffc575 100644 --- a/tests/test_throttling.py +++ b/tests/test_throttling.py @@ -17,10 +17,10 @@ from rest_framework.throttling import ( AnonRateThrottle, BaseThrottle, ScopedRateThrottle, SimpleRateThrottle, UserRateThrottle ) -from rest_framework.views import APIView from rest_framework.utils.throttling_duration_parser import ( parse_quantity_and_unit ) +from rest_framework.views import APIView class User3SecRateThrottle(UserRateThrottle):