Commit cfbad999 authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): no pragma: no cover

parent 255988ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ class ImageEnhancer:

        :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):
        """