Skip to content

Commit 14838ee

Browse files
committed
cleanup
1 parent bcf2408 commit 14838ee

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/py-opentimelineio/opentimelineio/core/_core_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"opentime.RationalTime",
3131
"opentime.TimeRange",
3232
"opentime.TimeTransform",
33+
"opentimelineio.core.SerializableObject"
3334
)
3435

3536

tests/test_timeline.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,6 @@ def test_big_integers(self):
254254
):
255255
md[name] = value
256256

257-
# md["foo"] = set()
258-
md["foo"] = 2**65
259-
260257
def test_unicode(self):
261258
result = otio.adapters.read_from_file(BIG_INT_TEST)
262259

0 commit comments

Comments
 (0)