[tor-commits] [onionperf/develop] Remove now unused imports.

karsten at torproject.org karsten at torproject.org
Tue Jul 14 07:04:32 UTC 2020


commit 0189c3a73339c7b2554aadb1c60b1dc92d534572
Author: Karsten Loesing <karsten.loesing at 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





More information about the tor-commits mailing list