Merge pull request #17753 from Homebrew/ww/missing-import

This commit is contained in:
William Woodruff 2024-07-15 09:45:09 -04:00 committed by GitHub
commit d4f808ffb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,8 @@
# typed: true
# frozen_string_literal: true
require "utils/inreplace"
# Helper functions for updating PyPI resources.
module PyPI
PYTHONHOSTED_URL_PREFIX = "https://files.pythonhosted.org/packages/"