utils/pypi: add missing import

This was transitively imported before.

Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
William Woodruff 2024-07-15 09:34:15 -04:00
parent 0f120b0837
commit 79dabc918b
No known key found for this signature in database

View File

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