Skip to content

Commit 5190a21

Browse files
committed
Fix linter
1 parent fc6b762 commit 5190a21

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ recursive-include docs *.rst
1313
recursive-include labelbox *.py
1414
include labelbox/exporters/pascal_voc_writer/templates/annotation.xml
1515
recursive-include tests *.json
16+
recursive-include tests *.png
1617
recursive-include tests *.py

tests/test_predictions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def test_vectorize_simplify():
5858
# simplification reduces the number of points
5959
assert len(label['CLASS'][0]['geometry']) > len(label_simple['CLASS'][0]['geometry'])
6060

61+
6162
def test_vectorize_simplify_defaults(datadir):
6263
with open(datadir.join('dog_prediction.png'), 'rb') as fp:
6364
im = np.array(Image.open(fp))

0 commit comments

Comments
 (0)