Skip to content

Commit 4310e5b

Browse files
authored
Add referral to metric
1 parent 08dc8bc commit 4310e5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_rapidfuzz.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import unittest
22

3+
# needed for the Word Error Rate metric:
4+
# competitions/metrics/python/deployed_metrics/general_use_metrics/word_error_rate.py
35
import rapidfuzz
46

57
class TestRapidfuzz(unittest.TestCase):

0 commit comments

Comments
 (0)