utils/pypi: add missing import
This was transitively imported before. Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
parent
0f120b0837
commit
79dabc918b
@ -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/"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user