Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NickyHavoc committed Oct 27, 2023
1 parent c74b5f3 commit 9cbc2dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/use_cases/classify/test_embedding_based_classify.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ def test_embedding_based_classify_works_for_no_labels(
assert result.scores == {}


def test_embedding_based_classify_works_for_no_examples(
client: Client
) -> None:
def test_embedding_based_classify_works_for_no_examples(client: Client) -> None:
labels_with_examples = [
LabelWithExamples(
name="positive",
Expand Down

0 comments on commit 9cbc2dc

Please sign in to comment.