From cf125149cf0dbaaf1aac251e4e3cf61e71844470 Mon Sep 17 00:00:00 2001 From: Sylvain Utard Date: Mon, 9 Mar 2026 23:08:34 +0100 Subject: [PATCH] fix(sorbet): fix types --- rbi/todo.rbi | 1 + 1 file changed, 1 insertion(+) diff --git a/rbi/todo.rbi b/rbi/todo.rbi index 14c2f50..ab386a3 100644 --- a/rbi/todo.rbi +++ b/rbi/todo.rbi @@ -3,6 +3,7 @@ class Faraday::Error < StandardError; end class Faraday::ServerError < Faraday::Error; end class Faraday::ConnectionFailed < Faraday::Error; end class Faraday::TimeoutError < Faraday::ServerError; end + module HTTPX; end class HTTPX::Error < StandardError; end class HTTPX::ErrorResponse; end