Skip to content

Commit d095d44

Browse files
committed
Remove unused imports
1 parent 3591a54 commit d095d44

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

libs/labelbox/src/labelbox/data/serialization/ndjson/label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import copy
33
from itertools import groupby
44
from operator import itemgetter
5-
from typing import Generator, List, Tuple, Union, Iterator, Dict
5+
from typing import Generator, List, Tuple, Union
66
from uuid import uuid4
77

88
from pydantic import BaseModel

0 commit comments

Comments
 (0)