Skip to content

Commit

Permalink
added missing colon
Browse files Browse the repository at this point in the history
CI when? PepeHands
  • Loading branch information
kageru committed Apr 10, 2019
1 parent f88d1c6 commit 00bbcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def join(planes: List[vs.VideoNode], family=vs.YUV) -> vs.VideoNode:
return core.std.ShufflePlanes(clips=planes, planes=[0], colorfamily=family)


def frame2clip(frame: vs.VideoFrame) -> vs.VideoNode
def frame2clip(frame: vs.VideoFrame) -> vs.VideoNode:
"""
Converts a vapoursynth frame to a clip.
Expand Down

0 comments on commit 00bbcaf

Please sign in to comment.