File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -414,14 +414,14 @@ def export_v2(self,
414414 For more information visit: https://docs.labelbox.com/docs/exports-v2#export-from-a-project-python-sdk
415415
416416 >>> task = project.export_v2(
417- >>> filters={
418- >>> "last_activity_at": ["2000-01-01 00:00:00", "2050-01-01 00:00:00"],
419- >>> "label_created_at": ["2000-01-01 00:00:00", "2050-01-01 00:00:00"]
420- >>> },
421- >>> params={
422- >>> "include_performance_details": False,
423- >>> "include_labels": True
424- >>> })
417+ >>> filters={
418+ >>> "last_activity_at": ["2000-01-01 00:00:00", "2050-01-01 00:00:00"],
419+ >>> "label_created_at": ["2000-01-01 00:00:00", "2050-01-01 00:00:00"]
420+ >>> },
421+ >>> params={
422+ >>> "include_performance_details": False,
423+ >>> "include_labels": True
424+ >>> })
425425 >>> task.wait_till_done()
426426 >>> task.result
427427 """
You can’t perform that action at this time.
0 commit comments