fix lint error

This commit is contained in:
Dulmandakh 2016-08-10 18:56:37 +09:00 committed by GitHub
parent 2198ab9284
commit b3e8e85e78

View File

@ -118,7 +118,7 @@ class SimpleRateThrottle(BaseThrottle):
"""
if self.rate is None:
return True
if request.method == 'OPTIONS':
return True