mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Prefix utility modules with underscore (#11999)
This commit is contained in:
@@ -24,7 +24,7 @@ from collections.abc import Iterable, Sequence
|
||||
|
||||
from packaging.requirements import Requirement
|
||||
|
||||
from parse_metadata import read_dependencies
|
||||
from _metadata import read_dependencies
|
||||
|
||||
if sys.platform == "win32":
|
||||
print("pytype does not support Windows.", file=sys.stderr)
|
||||
|
||||
Reference in New Issue
Block a user