From e49d6b1568eab259dc5eea434da2d0e65876e492 Mon Sep 17 00:00:00 2001
From: Erik Johnston <erik@matrix.org>
Date: Fri, 6 Mar 2015 11:37:24 +0000
Subject: [PATCH] Unused import

---
 synapse/config/tls.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/synapse/config/tls.py b/synapse/config/tls.py
index a45bf6d521..034f9a7bf0 100644
--- a/synapse/config/tls.py
+++ b/synapse/config/tls.py
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-from ._base import Config, ConfigError
+from ._base import Config
 
 from OpenSSL import crypto
 import subprocess
-- 
GitLab