mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
rate_limiter: Fix PIE790 Unnecessary pass
statement.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -589,7 +589,6 @@ def rate_limit_request_by_ip(request: HttpRequest, domain: str) -> None:
|
||||
# We log a warning so that this endpoint being taken out of
|
||||
# service doesn't silently remove this functionality.
|
||||
logger.warning("Failed to fetch TOR exit node list: %s", err)
|
||||
pass
|
||||
RateLimitedIPAddr(ip_addr, domain=domain).rate_limit_request(request)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user