mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-08 20:43:25 +08:00
Third-party stubs: remove unused type: ignores (#11063)
This commit is contained in:
@@ -11,7 +11,7 @@ class upload_docs(upload):
|
||||
boolean_options: ClassVar[list[str]]
|
||||
def has_sphinx(self): ...
|
||||
# The callable parameter is self: Self, but using Self still trips up mypy
|
||||
sub_commands: ClassVar[list[tuple[str, Callable[[Self], bool] | None]]] # type: ignore[misc, assignment]
|
||||
sub_commands: ClassVar[list[tuple[str, Callable[[Self], bool] | None]]] # type: ignore[assignment]
|
||||
upload_dir: Any
|
||||
target_dir: Any
|
||||
def initialize_options(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user