mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-24 18:48:46 +08:00
Remove nearly all __str__ and __repr__ methods from typeshed (#6968)
This commit is contained in:
@@ -4,7 +4,6 @@ from types import TracebackType
|
||||
|
||||
class Timeout(TimeoutError):
|
||||
def __init__(self, lock_file: str) -> None: ...
|
||||
def __str__(self) -> str: ...
|
||||
|
||||
class _Acquire_ReturnProxy:
|
||||
def __init__(self, lock: str) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user