mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Remove readonly from Image.__eq__
This commit is contained in:
parent
9f6e947269
commit
e077229d7a
|
@ -627,7 +627,6 @@ class Image:
|
||||||
and self.size == other.size
|
and self.size == other.size
|
||||||
and self.info == other.info
|
and self.info == other.info
|
||||||
and self._category == other._category
|
and self._category == other._category
|
||||||
and self.readonly == other.readonly
|
|
||||||
and self.getpalette() == other.getpalette()
|
and self.getpalette() == other.getpalette()
|
||||||
and self.tobytes() == other.tobytes()
|
and self.tobytes() == other.tobytes()
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user