diff --git a/fixbackend/auth/rate_limiter.py b/fixbackend/auth/rate_limiter.py index 5e550a14..64ef2f66 100644 --- a/fixbackend/auth/rate_limiter.py +++ b/fixbackend/auth/rate_limiter.py @@ -16,7 +16,6 @@ def __init__( :param redis: Redis connection :param requests: Maximum number of requests allowed in the window :param window: Time window when the requests are counted - :param refill_rate: Number of tokens to add to the bucket per second """ self.redis = redis self.limit = limit