mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Fix various __all__-related errors and omissions (#8031)
This commit is contained in:
@@ -86,7 +86,7 @@ __all__ = [
|
||||
"commonpath",
|
||||
]
|
||||
|
||||
if sys.version_info < (3, 7) and sys.platform == "win32":
|
||||
if sys.version_info < (3, 7):
|
||||
__all__ += ["splitunc"]
|
||||
|
||||
def splitunc(p: AnyStr) -> tuple[AnyStr, AnyStr]: ... # deprecated
|
||||
|
||||
Reference in New Issue
Block a user