mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 03:22:32 +08:00
Delete some works of fiction (#8247)
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user