[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [onionperf/develop] Remove now unused imports.
commit 0189c3a73339c7b2554aadb1c60b1dc92d534572
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits