Skip to content

Commit

Permalink
chore: remove unnecessary workspace definition
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Jul 17, 2024
1 parent 78ca5f7 commit c9fc2a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/unit/steps/argilla/test_preference.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
def mock_dataset() -> rg.Dataset: # type: ignore
return rg.Dataset(
name="dataset",
workspace=rg.Workspace("workspace"), # type: ignore
settings=rg.Settings(
fields=[
rg.TextField(name="id", title="id"), # type: ignore
Expand Down
1 change: 0 additions & 1 deletion tests/unit/steps/argilla/test_text_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

MockDataset = rg.Dataset(
name="dataset",
workspace=rg.Workspace("workspace"), # type: ignore
settings=rg.Settings(
fields=[
rg.TextField(name="id", title="id"), # type: ignore
Expand Down

0 comments on commit c9fc2a5

Please sign in to comment.