Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed May 24, 2021
1 parent 6a78ec8 commit 36e0d0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion moviepy/audio/fx/audio_fadeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def audio_fadeout(clip, duration):
>>> clip = VideoFileClip("media/chaplin.mp4")
>>> clip.fx(audio_fadeout, "00:00:06")
"""

get_factor = (
_mono_factor_getter(clip.duration)
if clip.nchannels == 1
Expand Down

0 comments on commit 36e0d0d

Please sign in to comment.