Skip to content

Commit e563ab6

Browse files
author
Matt Sokoloff
committed
fix import issue
1 parent 846a843 commit e563ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/data/serialization/labelbox_v1/converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class LBV1Converter:
1919

2020
@staticmethod
2121
def deserialize_video(json_data: Iterable[Dict[str, Any]],
22-
client: labelbox.Client):
22+
client: "labelbox.Client"):
2323
"""
2424
Converts a labelbox video export into the common labelbox format.
2525

0 commit comments

Comments
 (0)