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

@@ -147,7 +147,7 @@ extra-standard-library = [
"opcode",
"pyexpat",
]
known-first-party = ["parse_metadata", "utils"]
known-first-party = ["_metadata", "_utils"]
[tool.typeshed]
oldest_supported_python = "3.8"