sig/response.rbs in httpx-1.2.6 vs sig/response.rbs in httpx-1.3.0
- old
+ new
@@ -89,10 +89,10 @@
def close: () -> void
private
- def initialize: (Request, Exception, options) -> untyped
+ def initialize: (Request, Exception) -> untyped
end
type response = Response | ErrorResponse
end
\ No newline at end of file