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 023ac20 commit 612f573Copy full SHA for 612f573
labelbox/data/annotation_types/geometry/line.py
@@ -3,6 +3,7 @@
3
import geojson
4
import numpy as np
5
import cv2
6
+from pydantic import validator
7
8
from .point import Point
9
from .geometry import Geometry
0 commit comments