Skip to content

Commit

Permalink
code-cov 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnior01 committed Jun 16, 2023
1 parent bf29b00 commit a493f51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/safeds/data/image/containers/_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ def _repr_png_(self) -> bytes | None:
self._image.save(buffer, format="png")
buffer.seek(0)
return buffer.read()

# ------------------------------------------------------------------------------------------------------------------
# Transformations
# ------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit a493f51

Please sign in to comment.