Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-targett committed Nov 7, 2024
1 parent 3f46e17 commit e1c3ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_clip.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_cons(self):

ltw = otio.schema.LinearTimeWarp(
name="linear_time_warp",
time_scalar=1.5);
time_scalar=1.5)
effects = []
effects.append(ltw)

Expand Down

0 comments on commit e1c3ee9

Please sign in to comment.