Skip to content

Commit

Permalink
Fix W293 blank line contains whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Marini <[email protected]>
  • Loading branch information
vade committed Apr 5, 2024
1 parent 461967b commit 1207631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py-opentimelineio/opentimelineio/opentime.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def to_nearest_timecode(rt, rate=None, drop_frame=None):
if rate is None and drop_frame is None
else rt.to_nearest_timecode(rate, drop_frame)
)


def to_frames(rt, rate=None):
"""Turn a :class:`~RationalTime` into a frame number."""
Expand Down

0 comments on commit 1207631

Please sign in to comment.