Skip to content

Commit b5bd8ff

Browse files
author
Diego Ardila
committed
Fixing lint
1 parent fef2903 commit b5bd8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nucleus/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def annotate(
145145
update: Optional[bool] = DEFAULT_ANNOTATION_UPDATE_MODE,
146146
batch_size: int = 5000,
147147
asynchronous: bool = False,
148-
) -> Union[dict[str, Any], AsyncJob]:
148+
) -> Union[Dict[str, Any], AsyncJob]:
149149
"""
150150
Uploads ground truth annotations for a given dataset.
151151
:param annotations: ground truth annotations for a given dataset to upload

0 commit comments

Comments
 (0)