commit 0189c3a73339c7b2554aadb1c60b1dc92d534572 Author: Karsten Loesing karsten.loesing@gmx.net Date: Sun Jul 12 22:57:11 2020 +0200
Remove now unused imports. --- onionperf/analysis.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/onionperf/analysis.py b/onionperf/analysis.py index 8506756..19c0192 100644 --- a/onionperf/analysis.py +++ b/onionperf/analysis.py @@ -4,11 +4,8 @@ See LICENSE for licensing information '''
-import sys, os, re, json, datetime, logging +import os, re, json, datetime, logging
-from multiprocessing import Pool, cpu_count -from signal import signal, SIGINT, SIG_IGN -from socket import gethostname from abc import ABCMeta, abstractmethod
# stem imports
tor-commits@lists.torproject.org