mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Remove spurious whitespace
This commit is contained in:
@@ -10,7 +10,7 @@ else:
|
||||
def glob0(dirname: AnyStr, basename: AnyStr) -> List[AnyStr]: ...
|
||||
|
||||
def glob1(dirname: AnyStr, pattern: AnyStr) -> List[AnyStr]: ...
|
||||
|
||||
|
||||
if sys.version_info >= (3, 5):
|
||||
def glob(pathname: AnyStr, *, recursive: bool = ...) -> List[AnyStr]: ...
|
||||
def iglob(pathname: AnyStr, *, recursive: bool = ...) -> Iterator[AnyStr]: ...
|
||||
|
||||
Reference in New Issue
Block a user