diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-05-31 17:31:57 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-05-31 17:31:57 -0700 |
commit | 8ae5d2945a97a8f4385f301a73c3baaf0d7e1eb4 (patch) | |
tree | 2fc88252a960a5db117d32ec3c47f6e74c36cbdc /fuzzycat/cluster.py | |
parent | a4a03cfc0677149cbe469e0b921a3bf66899c837 (diff) | |
download | fuzzycat-8ae5d2945a97a8f4385f301a73c3baaf0d7e1eb4.tar.gz fuzzycat-8ae5d2945a97a8f4385f301a73c3baaf0d7e1eb4.zip |
lint: remove unused imports
Diffstat (limited to 'fuzzycat/cluster.py')
-rw-r--r-- | fuzzycat/cluster.py | 3 |
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 |