mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-16 03:24:54 +08:00
Remove Python 3.6 branches from typeshed (#8269)
This commit is contained in:
@@ -159,8 +159,7 @@ class Path(PurePath):
|
||||
# so it's safer to pretend they don't exist
|
||||
def owner(self) -> str: ...
|
||||
def group(self) -> str: ...
|
||||
if sys.version_info >= (3, 7):
|
||||
def is_mount(self) -> bool: ...
|
||||
def is_mount(self) -> bool: ...
|
||||
|
||||
if sys.version_info >= (3, 9):
|
||||
def readlink(self: Self) -> Self: ...
|
||||
|
||||
Reference in New Issue
Block a user