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 53c5acf commit ec56f2dCopy full SHA for ec56f2d
labelbox/schema/annotation_import.py
@@ -4,7 +4,7 @@
4
import os
5
import time
6
from typing import Any, Dict, List, BinaryIO
7
-from tqdm import tqdm
+from tqdm import tqdm # type: ignore
8
9
import backoff
10
import ndjson
0 commit comments