Skip to content

Commit 6a829c7

Browse files
committed
nit
1 parent 3c7f844 commit 6a829c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/data/annotation_types/data/tiled_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class TiledImageData(BaseData):
7373
If specified version is 2, converts bounds from [lng,lat] to [lat,lng]
7474
"""
7575
tile_layer: TileLayer
76-
alternative_layers: list[TileLayer]
76+
alternative_layers: List[TileLayer]
7777
tile_bounds: TiledBounds
7878
zoom_levels: List[int]
7979
max_native_zoom: int = zoom_levels[1]

0 commit comments

Comments
 (0)