mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
Remove unused variables
This commit is contained in:
parent
bf0f8a736a
commit
88b369a0c2
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user