# HG changeset patch # User Goffi # Date 1603092506 -7200 # Node ID 4dbf9fcbf26dc85ee3ed94347b65a5c035154049 # Parent 9081b6c41328c6207c9cc5ccd0b3a1aa267549f6 tools (common/tls): removed unused import diff -r 9081b6c41328 -r 4dbf9fcbf26d sat/tools/common/tls.py --- 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