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 6c6e6ca commit 71f987dCopy full SHA for 71f987d
labelbox/data/annotation_types/data/raster.py
@@ -1,14 +1,14 @@
1
from abc import ABC
2
from io import BytesIO
3
-from typing import Callable, Optional
4
-
+from typing import Callable, Optional, Union
+from typing_extensions import Literal
5
import numpy as np
6
import requests
7
from PIL import Image
8
from google.api_core import retry
9
from pydantic import BaseModel
10
from pydantic import root_validator
11
-from typing import Union, Literal
+
12
from .base_data import BaseData
13
from ..types import TypedArray
14
0 commit comments