mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
fix self type for stdlib/2 (#645)
This commit is contained in:
committed by
Guido van Rossum
parent
252a772b67
commit
59f86e1b6a
@@ -32,4 +32,4 @@ def release_lock() -> None: ...
|
||||
|
||||
class NullImporter:
|
||||
def __init__(self, path_string: str) -> None: ...
|
||||
def find_module(fullname: str, path: str = ...) -> None: ...
|
||||
def find_module(self, fullname: str, path: str = ...) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user