sig/plugins/compression/gzip.rbs in httpx-0.10.0 vs sig/plugins/compression/gzip.rbs in httpx-0.10.1

- old
+ new

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