Skip to content

Commit

Permalink
fix: wrong argilla module import
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Jul 17, 2024
1 parent c9fc2a5 commit 67bcfe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/steps/argilla/test_preference.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import os
from unittest.mock import patch

import argilla_sdk as rg
import argilla as rg
from distilabel.pipeline.local import Pipeline
from distilabel.steps.argilla.preference import PreferenceToArgilla

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/steps/argilla/test_text_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import os
from unittest.mock import patch

import argilla_sdk as rg
import argilla as rg
from distilabel.pipeline.local import Pipeline
from distilabel.steps.argilla.text_generation import TextGenerationToArgilla

Expand Down

0 comments on commit 67bcfe1

Please sign in to comment.