mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 23:09:55 +08:00
Remove empty __init__ methods from classes with 0 parents (#8907)
This commit is contained in:
@@ -13,5 +13,4 @@ _R = TypeVar("_R")
|
||||
class MonoWorker:
|
||||
pool: ThreadPoolExecutor
|
||||
futures: deque[Future[Incomplete]]
|
||||
def __init__(self) -> None: ...
|
||||
def submit(self, func: Callable[_P, _R], *args: _P.args, **kwargs: _P.kwargs) -> Future[_R]: ...
|
||||
|
||||
Reference in New Issue
Block a user