mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +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.info == other.info
|
||||
and self._category == other._category
|
||||
and self.readonly == other.readonly
|
||||
and self.getpalette() == other.getpalette()
|
||||
and self.tobytes() == other.tobytes()
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user