From cff5637d2abcde86c87b870ef0c33037e46488fd Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 25 Nov 2020 12:33:24 +0100 Subject: test: log url --- tests/test_cluster.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/test_cluster.py') diff --git a/tests/test_cluster.py b/tests/test_cluster.py index ef63882..ac1edac 100644 --- a/tests/test_cluster.py +++ b/tests/test_cluster.py @@ -6,8 +6,7 @@ import tempfile import pytest -from fuzzycat.cluster import (Cluster, release_key_title, - release_key_title_normalized, +from fuzzycat.cluster import (Cluster, release_key_title, release_key_title_normalized, release_key_title_nysiis) Case = collections.namedtuple("Case", 'input output') -- cgit v1.2.3