Remove old type-ignore explanation comments not removed in #8280 (#11513)

This commit is contained in:
Avasam
2024-03-01 10:10:10 -05:00
committed by GitHub
parent 185ef486ae
commit 2116158891
2 changed files with 0 additions and 2 deletions

View File

@@ -98,7 +98,6 @@ class object:
__annotations__: dict[str, Any]
@property
def __class__(self) -> type[Self]: ...
# Ignore errors about type mismatch between property getter and setter
@__class__.setter
def __class__(self, __type: type[object]) -> None: ... # noqa: F811
def __init__(self) -> None: ...