Skip to content

Commit 8f6d530

Browse files
author
Kevin Kim
committed
Remove unused import
1 parent 3a684dd commit 8f6d530

File tree

1 file changed

+1
-1
lines changed
  • labelbox/data/serialization/ndjson

1 file changed

+1
-1
lines changed

labelbox/data/serialization/ndjson/label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from itertools import groupby
22
from operator import itemgetter
3-
from typing import Any, Dict, Generator, List, Tuple, Union
3+
from typing import Dict, Generator, List, Tuple, Union
44
from collections import defaultdict
55
import warnings
66

0 commit comments

Comments
 (0)