Fix all pep8 and eslint errors :0
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
from rest_framework.throttling import UserRateThrottle
|
||||
|
||||
class BurstRateThrottle(UserRateThrottle):
|
||||
scope = 'burst'
|
||||
|
||||
class SustainedRateThrottle(UserRateThrottle):
|
||||
scope = 'sustained'
|
||||
Reference in New Issue
Block a user