changeset 3380:4dbf9fcbf26d

tools (common/tls): removed unused import
author Goffi <goffi@goffi.org>
date Mon, 19 Oct 2020 09:28:26 +0200
parents 9081b6c41328
children 127dde80a0a5
files sat/tools/common/tls.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sat/tools/common/tls.py	Thu Oct 15 16:13:30 2020 +0200
+++ b/sat/tools/common/tls.py	Mon Oct 19 09:28:26 2020 +0200
@@ -18,7 +18,6 @@
 
 """TLS handling with twisted"""
 
-from twisted.internet import reactor
 from sat.core.log import getLogger
 from sat.core import exceptions
 from sat.tools import config as tools_config