mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-28 05:42:10 +08:00
Big diff: use lower-case list and dict (#5888)
This commit is contained in:
@@ -76,10 +76,10 @@ class NonCallableMock(Base, Any): # type: ignore
|
||||
def __new__(__cls, *args: Any, **kw: Any) -> NonCallableMock: ...
|
||||
def __init__(
|
||||
self,
|
||||
spec: List[str] | object | Type[object] | None = ...,
|
||||
spec: list[str] | object | Type[object] | None = ...,
|
||||
wraps: Any | None = ...,
|
||||
name: str | None = ...,
|
||||
spec_set: List[str] | object | Type[object] | None = ...,
|
||||
spec_set: list[str] | object | Type[object] | None = ...,
|
||||
parent: NonCallableMock | None = ...,
|
||||
_spec_state: Any | None = ...,
|
||||
_new_name: str = ...,
|
||||
|
||||
Reference in New Issue
Block a user