mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Removed redundant return
This commit is contained in:
parent
bb1fc75e55
commit
290189596e
|
@ -327,8 +327,6 @@ class IFDRational(Rational):
|
|||
|
||||
if denominator == 0:
|
||||
self._val = float("nan")
|
||||
return
|
||||
|
||||
elif denominator == 1:
|
||||
self._val = Fraction(value)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user