mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Remove Python 3.6 branches from typeshed (#8269)
This commit is contained in:
@@ -86,11 +86,6 @@ __all__ = [
|
||||
"commonpath",
|
||||
]
|
||||
|
||||
if sys.version_info < (3, 7):
|
||||
__all__ += ["splitunc"]
|
||||
|
||||
def splitunc(p: AnyStr) -> tuple[AnyStr, AnyStr]: ... # deprecated
|
||||
|
||||
altsep: LiteralString
|
||||
|
||||
# First parameter is not actually pos-only,
|
||||
|
||||
Reference in New Issue
Block a user