Skip to content

Commit

Permalink
Remove @requires_start_end decorator from fl_frame_transform method
Browse files Browse the repository at this point in the history
  • Loading branch information
SohamTilekar committed Mar 24, 2024
1 parent 1fa9e4e commit 897fd05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vidiopy/video/VideoFileClip.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 897fd05

Please sign in to comment.