Skip to content

Commit e6b80a1

Browse files
committed
Fix PEP formatting
Signed-off-by: Peter Targett <[email protected]>
1 parent da1ddb0 commit e6b80a1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/test_serializable_object.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,10 @@ def test_imath(self):
144144
self.assertEqual(so.metadata["box"], b)
145145
v = [b.min, b.max]
146146
so.metadata["vectors"] = v
147-
self.assertEqual(so.metadata["vectors"],
148-
[otio.schema.V2d(0.0, 0.0), otio.schema.V2d(16.0, 9.0)])
147+
self.assertEqual(
148+
so.metadata["vectors"],
149+
[otio.schema.V2d(0.0, 0.0), otio.schema.V2d(16.0, 9.0)]
150+
)
149151

150152

151153
class VersioningTests(unittest.TestCase, otio_test_utils.OTIOAssertions):

0 commit comments

Comments
 (0)