mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Third-party stubs: remove unused type: ignores (#11063)
This commit is contained in:
@@ -52,7 +52,7 @@ _HideConsole: TypeAlias = Literal["hide-early", "minimize-early", "hide-late", "
|
||||
class PYZ(Target):
|
||||
name: str
|
||||
cipher: _PyiBlockCipher
|
||||
dependencies: list[_TOCTuple] # type: ignore[assignment]
|
||||
dependencies: list[_TOCTuple]
|
||||
toc: list[_TOCTuple]
|
||||
code_dict: dict[str, CodeType]
|
||||
def __init__(self, *tocs: Iterable[_TOCTuple], name: str | None = None, cipher: _PyiBlockCipher = None) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user