Removed comments

This commit is contained in:
João Pedro 2019-03-07 12:52:51 +13:00
parent 914a910359
commit f36fb37218

View File

@ -132,7 +132,7 @@ class SimpleRateThrottle(BaseThrottle):
if len(self.history) >= self.num_requests:
return False
return True # self.throttle_success()
return True
def throttle_success(self, request, view):
"""