Skip to content

Commit c6f8113

Browse files
author
Matt Sokoloff
committed
cleanup imports
1 parent 4b2ce5c commit c6f8113

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

labelbox/data/annotation_types/geometry/mask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Any, Dict, Tuple, Callable
1+
from typing import Callable, Tuple
22

33
import numpy as np
44
from rasterio.features import shapes

labelbox/data/serialization/labelbox_v1/classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from pydantic.main import BaseModel
44

5-
from ...annotation_types.annotation import AnnotationType, ClassificationAnnotation
5+
from ...annotation_types.annotation import ClassificationAnnotation
66
from ...annotation_types.classification import Checklist, ClassificationAnswer, Radio, Text, Dropdown
77
from .feature import LBV1Feature
88

0 commit comments

Comments
 (0)