mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-28 20:42:19 +08:00
Fix invalid noqa comments and poorly formatted type ignores (#11497)
This commit is contained in:
@@ -34,7 +34,7 @@ class ThreadPool(GroupMappingMixin):
|
||||
def join(self) -> None: ...
|
||||
def kill(self) -> None: ...
|
||||
def adjust(self) -> None: ...
|
||||
def spawn(self, func: Callable[_P, _T], *args: _P.args, **kwargs: _P.kwargs) -> AsyncResult[_T]: ... # type:ignore[override]
|
||||
def spawn(self, func: Callable[_P, _T], *args: _P.args, **kwargs: _P.kwargs) -> AsyncResult[_T]: ... # type: ignore[override]
|
||||
|
||||
class ThreadResult(Generic[_T]):
|
||||
receiver: _Receiver[_T]
|
||||
|
||||
Reference in New Issue
Block a user