remove extra blank line

This commit is contained in:
Craig Blaszczyk 2015-01-08 17:54:01 +00:00
parent b88aea76e9
commit e2bbd8845b

View File

@ -145,4 +145,3 @@ class Throttled(APIException):
self.detail += ' ' + force_text(
self.extra_detail % {'wait': self.wait}
)