Prefix utility modules with underscore (#11999)

This commit is contained in:
Sebastian Rittau
2024-05-22 15:35:11 +02:00
committed by GitHub
parent f9664a4325
commit 425c69a6b9
15 changed files with 21 additions and 19 deletions

View File

@@ -305,7 +305,7 @@ async def get_github_repo_info(session: aiohttp.ClientSession, stub_info: StubIn
Else, return None.
"""
if stub_info.upstream_repository:
# We have various sanity checks for the upstream_repository field in tests/parse_metadata.py,
# We have various sanity checks for the upstream_repository field in tests/_metadata.py,
# so no need to repeat all of them here
split_url = urllib.parse.urlsplit(stub_info.upstream_repository)
if split_url.netloc == "github.com":