Delete some works of fiction (#8247)

This commit is contained in:
Alex Waygood
2022-07-06 18:19:18 +01:00
committed by GitHub
parent c39b9e5bd5
commit fffb25201a
3 changed files with 0 additions and 7 deletions

View File

@@ -9,9 +9,6 @@ from typing_extensions import Final, final
error = RuntimeError
def _count() -> int: ...
_dangling: Any
@final
class LockType:
def acquire(self, blocking: bool = ..., timeout: float = ...) -> bool: ...