Skip to content

Commit ec56f2d

Browse files
Add type
1 parent 53c5acf commit ec56f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/annotation_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
import time
66
from typing import Any, Dict, List, BinaryIO
7-
from tqdm import tqdm
7+
from tqdm import tqdm # type: ignore
88

99
import backoff
1010
import ndjson

0 commit comments

Comments
 (0)