sig/plugins/compression/deflate.rbs in httpx-0.12.0 vs sig/plugins/compression/deflate.rbs in httpx-0.13.0

- old
+ new

@@ -1,10 +1,10 @@ module HTTPX module Plugins module Compression module Deflate def self.load_dependencies: (singleton(Session)) -> void - def self.configure: (*untyped) -> void + def self.configure: (singleton(Session)) -> void def self?.deflater: () -> _Deflater def self?.inflater: (Numeric bytesize) -> GZIP::Inflater module Deflater