Merge pull request #17753 from Homebrew/ww/missing-import
This commit is contained in:
commit
d4f808ffb5
@ -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