Skip to content

Commit 129ab2e

Browse files
committed
update to remove some unnecessary parts of commit
1 parent 03fba7a commit 129ab2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/data/serialization/ndjson/test_image.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def test_mask():
6969
res = list(NDJsonConverter.serialize(res))
7070
for r in res:
7171
r.pop('classifications', None)
72+
7273
assert [round_dict(x) for x in res] == [round_dict(x) for x in data]
7374

7475

@@ -93,5 +94,5 @@ def test_mask_from_arr():
9394
"mask": {
9495
"png":
9596
"iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAAAAABWESUoAAAAHklEQVR4nGNgGAKAEYn8j00BEyETBoOCUTAKhhwAAJW+AQwvpePVAAAAAElFTkSuQmCC"
96-
},
97+
}
9798
}

0 commit comments

Comments
 (0)