Skip to content

Commit

Permalink
The deps param is of type Dependencies
Browse files Browse the repository at this point in the history
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
  • Loading branch information
issyl0 and carlocab authored Oct 1, 2024
1 parent 26c6d5a commit e0e1092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/formula_cellar_checks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit e0e1092

Please sign in to comment.