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 846a843 commit e563ab6Copy full SHA for e563ab6
labelbox/data/serialization/labelbox_v1/converter.py
@@ -19,7 +19,7 @@ class LBV1Converter:
19
20
@staticmethod
21
def deserialize_video(json_data: Iterable[Dict[str, Any]],
22
- client: labelbox.Client):
+ client: "labelbox.Client"):
23
"""
24
Converts a labelbox video export into the common labelbox format.
25
0 commit comments