From b83550ad0bb4388c262e6be681b43615fe8ba99d Mon Sep 17 00:00:00 2001 From: Steven Hiscocks Date: Sun, 16 Mar 2014 22:13:37 +0000 Subject: [PATCH] TST: Unused import in test_smtp Remnants from c7df15f014e15251f09205218d6b0c0f7908a69d --- fail2ban/tests/action_d/test_smtp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fail2ban/tests/action_d/test_smtp.py b/fail2ban/tests/action_d/test_smtp.py index f1fe7bd8..a8a8a1a9 100644 --- a/fail2ban/tests/action_d/test_smtp.py +++ b/fail2ban/tests/action_d/test_smtp.py @@ -23,7 +23,6 @@ import asyncore import threading import unittest import sys -from textwrap import wrap if sys.version_info >= (3, 3): import importlib else: