sig/pool.rbs in httpx-0.15.4 vs sig/pool.rbs in httpx-0.16.0
- old
+ new
@@ -2,11 +2,10 @@
class Pool
def empty?: () -> void
def next_tick: () -> void
- def close: (Array[Connection]) -> void
- | () -> void
+ def close: (*Array[Connection]) -> void
def init_connection: (Connection, Options) -> void
def find_connection: (generic_uri, Options) -> Connection?