From e0e1092e13319f344affd675ad9ba60313f0e648 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Tue, 1 Oct 2024 22:02:01 +0100 Subject: [PATCH] The `deps` param is of type `Dependencies` Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> --- Library/Homebrew/formula_cellar_checks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_cellar_checks.rb b/Library/Homebrew/formula_cellar_checks.rb index 9fbafdc13bc10..78ad10bb3fa5c 100644 --- a/Library/Homebrew/formula_cellar_checks.rb +++ b/Library/Homebrew/formula_cellar_checks.rb @@ -191,7 +191,7 @@ def check_elisp_root(share, name) EOS end - sig { params(lib: Pathname, deps: T::Array[Formula]).returns(T.nilable(String)) } + sig { params(lib: Pathname, deps: Dependencies).returns(T.nilable(String)) } def check_python_packages(lib, deps) return unless lib.directory?