Skip to content

Commit d627229

Browse files
committed
Ignore override
1 parent 2d97521 commit d627229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/TiffImagePlugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def limit_rational(self, max_denominator: int) -> tuple[IntegralLike, int]:
404404
def __repr__(self) -> str:
405405
return str(float(self._val))
406406

407-
def __hash__(self) -> int:
407+
def __hash__(self) -> int: # type: ignore[override]
408408
return self._val.__hash__()
409409

410410
def __eq__(self, other: object) -> bool:

0 commit comments

Comments
 (0)