sig/response/buffer.rbs in httpx-1.3.3 vs sig/response/buffer.rbs in httpx-1.3.4
- old
+ new
@@ -3,10 +3,10 @@
@threshold_size: Integer
@bytesize: Integer
@encoding: Encoding
@buffer: StringIO | Tempfile
- def initialize: (threshold_size: Integer, ?bytesize: Integer, ?encoding: Encoding | String) -> void
+ def initialize: (threshold_size: Integer, ?bytesize: Integer, ?encoding: Encoding) -> void
def size: () -> Integer
def write: (String) -> void
\ No newline at end of file