diff --git a/libs/labelbox/src/labelbox/__init__.py b/libs/labelbox/src/labelbox/__init__.py index e638ea1b0..4b72fcce4 100644 --- a/libs/labelbox/src/labelbox/__init__.py +++ b/libs/labelbox/src/labelbox/__init__.py @@ -18,7 +18,7 @@ from labelbox.schema.user import User from labelbox.schema.organization import Organization from labelbox.schema.task import Task -from labelbox.schema.export_task import StreamType, ExportTask, JsonConverter, JsonConverterOutput, FileConverter, FileConverterOutput +from labelbox.schema.export_task import StreamType, ExportTask, JsonConverter, JsonConverterOutput, FileConverter, FileConverterOutput, BufferedJsonConverterOutput from labelbox.schema.labeling_frontend import LabelingFrontend, LabelingFrontendOptions from labelbox.schema.asset_attachment import AssetAttachment from labelbox.schema.webhook import Webhook