mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-06 09:57:41 +08:00
Third-party stubs: remove unused type: ignores (#11063)
This commit is contained in:
@@ -562,7 +562,7 @@ class FPDF(GraphicsStateMixin):
|
||||
width: int | None = None,
|
||||
) -> _GeneratorContextManager[Table]: ...
|
||||
@overload
|
||||
def output( # type: ignore[misc]
|
||||
def output( # type: ignore[overload-overlap]
|
||||
self,
|
||||
name: Literal[""] | None = "",
|
||||
dest: Unused = "",
|
||||
|
||||
Reference in New Issue
Block a user