Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jollyjonson committed Dec 10, 2023
1 parent 2238c57 commit f9dfa61
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/test_frechet_audio_distance.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
FrechetAudioDistance,
RunFrechetAudioDistanceOnlyOnValidationAndTestCallback,
)
from tests.test_signals import (
VGGISH_TEST_INPUT,
EXPECTED_EMBEDDING,
REGRESSION_TEST_EXPECTED_VALUE,
)
from tests.test_signals import REGRESSION_TEST_EXPECTED_VALUE


FAD_REGRESSION_TEST_EXPECTED_RESULT = 32.92703601606229
Expand Down

0 comments on commit f9dfa61

Please sign in to comment.