Skip to content

Commit 2b4782f

Browse files
authored
Included BufferedJsonConverterOutput to __init__.py head file (#1632)
1 parent 990c4b8 commit 2b4782f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/labelbox/src/labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from labelbox.schema.user import User
1919
from labelbox.schema.organization import Organization
2020
from labelbox.schema.task import Task
21-
from labelbox.schema.export_task import StreamType, ExportTask, JsonConverter, JsonConverterOutput, FileConverter, FileConverterOutput
21+
from labelbox.schema.export_task import StreamType, ExportTask, JsonConverter, JsonConverterOutput, FileConverter, FileConverterOutput, BufferedJsonConverterOutput
2222
from labelbox.schema.labeling_frontend import LabelingFrontend, LabelingFrontendOptions
2323
from labelbox.schema.asset_attachment import AssetAttachment
2424
from labelbox.schema.webhook import Webhook

0 commit comments

Comments
 (0)