Skip to content

Commit

Permalink
test: fix test import
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatu Aalto committed Jun 7, 2022
1 parent da44363 commit e5e0a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utest/test_similarity.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import itertools

import pytest
from approvaltests import verify
from approvaltests import verify # type: ignore

from failure_analysis.failure_analysis import cosine_sim_vectors, score_failures, run

Expand Down

0 comments on commit e5e0a95

Please sign in to comment.