Skip to content

Commit

Permalink
removed return value
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbenes1996 committed Mar 6, 2024
1 parent 522410c commit 329dd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jpeglib/dct_jpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def free(self):
del self._K
del self._qt

def __add__(self, delta: Tuple[np.ndarray]) -> DCTJPEG:
def __add__(self, delta: Tuple[np.ndarray]):
"""Add difference image (e.g., steganographic noise) to respective components.
:param delta: difference images
Expand Down

0 comments on commit 329dd56

Please sign in to comment.