TST: Unused import in test_smtp

Remnants from c7df15f014
pull/652/head
Steven Hiscocks 2014-03-16 22:13:37 +00:00
parent 8f4a99f81f
commit b83550ad0b
1 changed files with 0 additions and 1 deletions

View File

@ -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: