diff --git a/vidiopy/video/VideoFileClip.py b/vidiopy/video/VideoFileClip.py index 6e9ba09..07df4f0 100644 --- a/vidiopy/video/VideoFileClip.py +++ b/vidiopy/video/VideoFileClip.py @@ -112,7 +112,6 @@ def __eq__(self, other) -> bool: # EFFECT METHODS# ################# - @requires_start_end def fl_frame_transform( self, func: Callable[..., npt.NDArray], *args, **kwargs ) -> Self: