Skip to content

Commit 6c6e6ca

Browse files
author
gdj0nes
committed
FIX: imports
1 parent 38d3bb7 commit 6c6e6ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

labelbox/data/annotation_types/data/raster.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
from google.api_core import retry
99
from pydantic import BaseModel
1010
from pydantic import root_validator
11-
from typing_extensions import Literal
12-
11+
from typing import Union, Literal
1312
from .base_data import BaseData
1413
from ..types import TypedArray
1514

0 commit comments

Comments
 (0)