Skip to content

Commit

Permalink
Reverted back setup_file_sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
randhircs committed Jan 16, 2025
1 parent 3bed123 commit 251ebf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def parsed_poetry_lock
raise Dependabot::DependencyFileNotParseable, poetry_lock.path
end

sig { returns(T::Array[Dependabot::Dependency]) }
sig { returns(T.untyped) }
def pyproject
@pyproject ||= T.let(dependency_files.find { |f| f.name == "pyproject.toml" }, T.untyped)
end
Expand Down

0 comments on commit 251ebf6

Please sign in to comment.