diff --git a/djangorestframework/permissions.py b/djangorestframework/permissions.py index 7e19c6cd0..56bc96975 100644 --- a/djangorestframework/permissions.py +++ b/djangorestframework/permissions.py @@ -15,8 +15,8 @@ __all__ = ( 'IsAuthenticated', 'IsAdminUser', 'IsUserOrIsAnonReadOnly', - 'PerUserThrottling' - 'PerViewThrottling' + 'PerUserThrottling', + 'PerViewThrottling', 'PerResourceThrottling' )