aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_cluster.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cluster.py')
-rw-r--r--tests/test_cluster.py3
1 files changed, 1 insertions, 2 deletions
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')