Skip to content

Commit

Permalink
Update src/argilla/labeling/text_classification/rule.py
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco Aranda <francis@argilla.io>
  • Loading branch information
ufukhurriyetoglu and frascuchon committed Nov 22, 2022
1 parent 7e8e105 commit 9733ebb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/argilla/labeling/text_classification/rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ def add_rules(dataset: str, rules: List[Rule]):
rules: Rules to add to the dataset
Returns:
api response
"""
rules = [rule.__convert_to_labeling_rule() for rule in rules]
return api.active_api().add_dataset_labeling_rules(dataset, rules)
Expand Down

0 comments on commit 9733ebb

Please sign in to comment.