class Dependabot::Uv::FileFetcher

def sdist_or_wheel?(path)

def sdist_or_wheel?(path)
  path.end_with?(".tar.gz", ".whl", ".zip")
end