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 fe8905f commit 0fef7c5Copy full SHA for 0fef7c5
tests/test_serializable_object.py
@@ -142,7 +142,7 @@ def test_imath(self):
142
so = otio.core.SerializableObjectWithMetadata()
143
so.metadata["box"] = b
144
self.assertEqual(so.metadata["box"], b)
145
- v = [ b.min, b.max ]
+ v = [b.min, b.max]
146
so.metadata["vectors"] = v
147
self.assertEqual(so.metadata["vectors"], v)
148
0 commit comments