Skip to content

Commit

Permalink
To fix test cases issue, changed return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
randhircs committed Feb 26, 2025
1 parent 45c55b0 commit b9a4d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lib/dependabot/python/metadata_finder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def source_from_homepage
end
# rubocop:enable Metrics/PerceivedComplexity

sig { returns(T.nilable(Excon::Response)) }
sig { returns(T.untyped) }
def homepage_body
homepage_url = pypi_listing.dig("info", "home_page")

Expand Down

0 comments on commit b9a4d83

Please sign in to comment.