Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
osaajani committed Jan 10, 2025
1 parent 618d066 commit 685137d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion moviepy/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ def add_mask_if_none(func, clip, *args, **kwargs):

def use_clip_fps_by_default(func):
"""Will use ``clip.fps`` if no ``fps=...`` is provided in **kwargs**."""

argnames = inspect.getfullargspec(func).args[1:]

def find_fps(clip, fps):
Expand Down

0 comments on commit 685137d

Please sign in to comment.