aboutsummaryrefslogtreecommitdiffstats
path: root/fuzzycat/cluster.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-05-31 17:31:57 -0700
committerBryan Newbold <bnewbold@archive.org>2021-05-31 17:31:57 -0700
commit8ae5d2945a97a8f4385f301a73c3baaf0d7e1eb4 (patch)
tree2fc88252a960a5db117d32ec3c47f6e74c36cbdc /fuzzycat/cluster.py
parenta4a03cfc0677149cbe469e0b921a3bf66899c837 (diff)
downloadfuzzycat-8ae5d2945a97a8f4385f301a73c3baaf0d7e1eb4.tar.gz
fuzzycat-8ae5d2945a97a8f4385f301a73c3baaf0d7e1eb4.zip
lint: remove unused imports
Diffstat (limited to 'fuzzycat/cluster.py')
-rw-r--r--fuzzycat/cluster.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/fuzzycat/cluster.py b/fuzzycat/cluster.py
index d859507..4e70bdd 100644
--- a/fuzzycat/cluster.py
+++ b/fuzzycat/cluster.py
@@ -58,15 +58,12 @@ Features and integration.
"""
import collections
-import fileinput
import itertools
import json
-import logging
import multiprocessing
import operator
import os
import re
-import string
import subprocess
import sys
import tempfile