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 3a684dd commit 8f6d530Copy full SHA for 8f6d530
labelbox/data/serialization/ndjson/label.py
@@ -1,6 +1,6 @@
1
from itertools import groupby
2
from operator import itemgetter
3
-from typing import Any, Dict, Generator, List, Tuple, Union
+from typing import Dict, Generator, List, Tuple, Union
4
from collections import defaultdict
5
import warnings
6
0 commit comments