Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tyesayan committed Nov 26, 2024
1 parent b49c3e4 commit 40af0ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deeplake/integrations/labelbox/labelbox_.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def create_dataset_for_video_annotation_with_custom_data_filler(
ds = deeplake.empty(
deeplake_ds_path,
creds=deeplake_creds,
ord_id=deeplake_org_id,
org_id=deeplake_org_id,
token=deeplake_token,
overwrite=overwrite,
)
Expand Down Expand Up @@ -258,7 +258,7 @@ def create_dataset_from_video_annotation_project_with_custom_data_filler(
deeplake_ds_path,
overwrite=overwrite,
creds=deeplake_creds,
ord_id=deeplake_org_id,
org_id=deeplake_org_id,
token=deeplake_token,
)
data_filler["create_tensors"](ds)
Expand Down

0 comments on commit 40af0ac

Please sign in to comment.