aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework
diff options
context:
space:
mode:
Diffstat (limited to 'djangorestframework')
-rw-r--r--djangorestframework/permissions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/djangorestframework/permissions.py b/djangorestframework/permissions.py
index 7e19c6cd..56bc9697 100644
--- a/djangorestframework/permissions.py
+++ b/djangorestframework/permissions.py
@@ -15,8 +15,8 @@ __all__ = (
'IsAuthenticated',
'IsAdminUser',
'IsUserOrIsAnonReadOnly',
- 'PerUserThrottling'
- 'PerViewThrottling'
+ 'PerUserThrottling',
+ 'PerViewThrottling',
'PerResourceThrottling'
)