We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f46e17 commit e1c3ee9Copy full SHA for e1c3ee9
tests/test_clip.py
@@ -23,7 +23,7 @@ def test_cons(self):
23
24
ltw = otio.schema.LinearTimeWarp(
25
name="linear_time_warp",
26
- time_scalar=1.5);
+ time_scalar=1.5)
27
effects = []
28
effects.append(ltw)
29
0 commit comments