Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sguequierre committed Sep 18, 2024
1 parent 498e227 commit 1f56fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viam/app/data_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ async def create_dataset(self, name: str, organization_id: str) -> str:
::
name = await data_client.create_dataset(
dataset_id = await data_client.create_dataset(
name="<DATASET-NAME>",
organization_id="<YOUR-ORG-ID>"
)
Expand Down

0 comments on commit 1f56fde

Please sign in to comment.