Skip to content

Commit

Permalink
fix pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
johncf committed Oct 13, 2024
1 parent 900b6ac commit 0b95e0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pillow_heif/heif.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ def to_pillow(self) -> Image.Image:
class HeifAuxImage(BaseImage):
"""Class representing the auxiliary image associated with the :py:class:`~pillow_heif.HeifImage` class."""

def __init__(self, c_image):
super().__init__(c_image)

def __repr__(self):
return f"<{self.__class__.__name__} {self.size[0]}x{self.size[1]} {self.mode}>"

Expand Down

0 comments on commit 0b95e0e

Please sign in to comment.