Skip to content

Commit

Permalink
fix: Import missing Argilla component
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Oct 29, 2024
1 parent c96a815 commit 94ff316
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions argilla/src/argilla/datasets/_io/_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ def _get_sample_hf_record(hf_dataset: "HFDataset") -> Dict:
@classmethod
def _run_settings_ui(cls, repo_id: str, subset: str, split: str, client: Optional["Argilla"] = None) -> str:
from urllib.parse import quote_plus, urlencode
from argilla.client import Argilla

import webbrowser

client = client or Argilla._get_default()
Expand Down

0 comments on commit 94ff316

Please sign in to comment.