Skip to content

Commit

Permalink
ignore redundant tLGTM alert
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaan7 committed May 19, 2021
1 parent dc1c398 commit 0674195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion durin/throttling.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from rest_framework.throttling import UserRateThrottle


class UserClientRateThrottle(UserRateThrottle):
class UserClientRateThrottle(UserRateThrottle): # lgtm [py/missing-call-to-init]
"""
Throttles requests by identifying the *authed* **user-client pair**.
Expand Down

0 comments on commit 0674195

Please sign in to comment.