From 88b369a0c2b491801f9e85c2aa3548c5aac2e8c0 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Mon, 4 May 2020 11:48:52 -0400 Subject: [PATCH] Remove unused variables --- src/allmydata/test/web/test_web.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/allmydata/test/web/test_web.py b/src/allmydata/test/web/test_web.py index 5d5cb51f0..5be0b2f7b 100644 --- a/src/allmydata/test/web/test_web.py +++ b/src/allmydata/test/web/test_web.py @@ -878,7 +878,6 @@ class Web(WebMixin, WebErrorMixin, testutil.StallMixin, testutil.ReallyEqualMixi d.addCallback(_set_introducer_connected_guessable) def _check_introducer_connected_guessable(res): soup = BeautifulSoup(res, 'html5lib') - html = res.replace('\n', ' ') assert_soup_has_tag_with_attributes_and_content( self, soup, u"div", u"summary",