Skip to content

Commit

Permalink
Removed var definition
Browse files Browse the repository at this point in the history
  • Loading branch information
randhircs committed Feb 21, 2025
1 parent 918f213 commit 91f85b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/lib/dependabot/python/metadata_finder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ module Python
class MetadataFinder < Dependabot::MetadataFinders::Base
extend T::Sig
MAIN_PYPI_URL = "https://pypi.org/pypi"
@source_from_description = T.let(nil, T.nilable(String))

sig { returns(T.nilable(String)) }
def homepage_url
Expand Down

0 comments on commit 91f85b7

Please sign in to comment.