Remove unused import

This commit is contained in:
Sajith Sasidharan 2020-07-09 17:09:12 -04:00
parent a56d077d3d
commit 956c2c535d

View File

@ -10,7 +10,6 @@ from allmydata.web.status import (
from .common import (
assert_soup_has_favicon,
assert_soup_has_text,
assert_soup_has_tag_with_content,
)
from ..common import TrialTestCase