Skip to content

Commit

Permalink
Moved back to untyped
Browse files Browse the repository at this point in the history
  • Loading branch information
randhircs committed Jan 14, 2025
1 parent 291f9ab commit 34a78c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lib/dependabot/python/file_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ def language_version_manager

sig { returns(Dependabot::Python::FileParser::PythonRequirementParser) }
def python_requirement_parser
@python_requirement_parser ||= T.let(FileParser::PythonRequirementParser.new(dependency_files: dependency_files),
T.nilable(FileParser::PythonRequirementParser))
@python_requirement_parser ||= T.let(FileParser::PythonRequirementParser.new(dependency_files:
dependency_files), T.nilable(FileParser::PythonRequirementParser))
end

sig { returns(Ecosystem::VersionManager) }
Expand Down

0 comments on commit 34a78c7

Please sign in to comment.