Skip to content

Commit

Permalink
fix download all annotations code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed Nov 6, 2024
1 parent 800ad33 commit 05ecfde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function getDatasetCodeSnippet(datasetId?: number) {
client = Client()
dataset = Dataset.get_by_id(client, ${datasetId})
dataset.download_everything('${datasetId}')
dataset.download_everything()
`
}

Expand Down

0 comments on commit 05ecfde

Please sign in to comment.