diff sat/tools/common/tls.py @ 3380:4dbf9fcbf26d

tools (common/tls): removed unused import
author Goffi <goffi@goffi.org>
date Mon, 19 Oct 2020 09:28:26 +0200
parents a4b8c9bcfb57
children be6d91572633
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