mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Update pyright (#6840)
This commit is contained in:
@@ -268,7 +268,7 @@ class AsyncMockMixin(Base):
|
||||
class AsyncMagicMixin(MagicMixin):
|
||||
def __init__(self, *args: Any, **kw: Any) -> None: ...
|
||||
|
||||
class AsyncMock(AsyncMockMixin, AsyncMagicMixin, Mock): ...
|
||||
class AsyncMock(AsyncMockMixin, AsyncMagicMixin, Mock): ... # type: ignore # argument disparities between base classes
|
||||
|
||||
class MagicProxy(Base):
|
||||
name: str
|
||||
|
||||
Reference in New Issue
Block a user