Skip to content

Commit

Permalink
dev(narugo): no pragma: no cover
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed May 10, 2024
1 parent 255988e commit cfbad99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgutils/generic/enhance.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _process_rgb(self, rgb_array: np.ndarray):
:raises NotImplementedError: If the method is not implemented in a subclass.
"""
raise NotImplementedError
raise NotImplementedError # pragma: no cover

def _process_alpha_channel_with_model(self, alpha_array: np.ndarray):
"""
Expand Down

0 comments on commit cfbad99

Please sign in to comment.