Skip to content

Commit 6a0473f

Browse files
author
Val Brodsky
committed
Fix formatting via yapf
1 parent de9e395 commit 6a0473f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/data/annotation_types/test_collection.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
import numpy as np
55
import pytest
66

7-
from labelbox.data.annotation_types import (LabelGenerator, ObjectAnnotation, ImageData,
8-
MaskData, Line, Mask, Point, Label)
7+
from labelbox.data.annotation_types import (LabelGenerator, ObjectAnnotation,
8+
ImageData, MaskData, Line, Mask,
9+
Point, Label)
910
from labelbox import OntologyBuilder, Tool
1011

1112

0 commit comments

Comments
 (0)