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 408af20 commit 425cbc0Copy full SHA for 425cbc0
tests/data/annotation_types/test_video.py
@@ -6,6 +6,7 @@ def test_mask_frame():
6
instance_uri="http://path/to/frame.png")
7
assert mask_frame.dict(by_alias=True) == {
8
'index': 1,
9
+ 'imBytes': None,
10
'instanceURI': 'http://path/to/frame.png'
11
}
12
0 commit comments