Remove unused import

This commit is contained in:
Sajith Sasidharan 2020-07-18 06:48:36 -04:00
parent c198c006e3
commit 879a8012a0

View File

@ -12,7 +12,6 @@ from allmydata.immutable.downloader.status import DownloadStatus
from .common import ( from .common import (
assert_soup_has_favicon, assert_soup_has_favicon,
assert_soup_has_text,
assert_soup_has_tag_with_content, assert_soup_has_tag_with_content,
) )
from ..common import TrialTestCase from ..common import TrialTestCase