Skip to content

Commit

Permalink
fix: duplicate create
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 committed Aug 26, 2024
1 parent 7c88cce commit 3a5103e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argilla/docs/how_to_guides/migrate_from_legacy_datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Next, recreate the users and workspaces on the Argilla V2 server:

```python
for workspace in workspaces_v1:
rg.Workspace.create(
rg.Workspace(
name=workspace.name
).create()
```
Expand Down

0 comments on commit 3a5103e

Please sign in to comment.