diff --git a/rest_framework/exceptions.py b/rest_framework/exceptions.py index 9b324a743..1f381e4ef 100644 --- a/rest_framework/exceptions.py +++ b/rest_framework/exceptions.py @@ -145,4 +145,3 @@ class Throttled(APIException): self.detail += ' ' + force_text( self.extra_detail % {'wait': self.wait} ) -