mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-22 01:28:29 +08:00
Fixing flake8 E265 errors
This commit is contained in:
@@ -38,9 +38,9 @@ def samefile(path1: str, path2: str) -> bool: ...
|
||||
|
||||
def sameopenfile(fp1: IO[Any], fp2: IO[Any]) -> bool: ...
|
||||
|
||||
#def samestat(stat1: stat_result, stat2: stat_result) -> bool:
|
||||
# def samestat(stat1: stat_result, stat2: stat_result) -> bool:
|
||||
# ... # Unix only
|
||||
def split(path: str) -> Tuple[str, str]: ...
|
||||
def splitdrive(path: str) -> Tuple[str, str]: ...
|
||||
def splitext(path: str) -> Tuple[str, str]: ...
|
||||
#def splitunc(path: str) -> Tuple[str, str] : ... # Windows only, deprecated
|
||||
# def splitunc(path: str) -> Tuple[str, str] : ... # Windows only, deprecated
|
||||
|
||||
Reference in New Issue
Block a user