sig/plugins/rate_limiter.rbs in httpx-0.10.0 vs sig/plugins/rate_limiter.rbs in httpx-0.10.1
- old
+ new
@@ -1,8 +1,8 @@
module HTTPX
module Plugins
module RateLimiter
- # def self.load_dependencies: (singleton(Session)) -> void
+ def self.load_dependencies: (singleton(Session)) -> void
def self.retry_on_rate_limited_response: (_Response) -> bool
def self.retry_after_rate_limit: (untyped, _Response) -> Numeric?
end
\ No newline at end of file