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 38d3bb7 commit 6c6e6caCopy full SHA for 6c6e6ca
labelbox/data/annotation_types/data/raster.py
@@ -8,8 +8,7 @@
8
from google.api_core import retry
9
from pydantic import BaseModel
10
from pydantic import root_validator
11
-from typing_extensions import Literal
12
-
+from typing import Union, Literal
13
from .base_data import BaseData
14
from ..types import TypedArray
15
0 commit comments