mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-26 16:03:08 +03:00
Merge pull request #5930 from hugovk/rm-__eq__-readonly
Remove readonly from Image.__eq__
This commit is contained in:
commit
3f77466f11
|
@ -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