sig/plugins/expect.rbs in httpx-0.12.0 vs sig/plugins/expect.rbs in httpx-0.13.0

- old
+ new

@@ -4,14 +4,12 @@ EXPECT_TIMEOUT: Integer interface _ExpectOptions def expect_timeout: () -> Integer? def expect_timeout=: (int) -> Integer - def with_expect_timeout: (int) -> instance def expect_threshold_size: () -> Integer? def expect_threshold_size=: (int) -> Integer - def with_expect_threshold_size: (int) -> instance end def self.extra_options: (Options) -> (Options & _ExpectOptions) end end