more pep
This commit is contained in:
@@ -151,8 +151,6 @@ class TraverseLinksTest(TestCase):
|
||||
if response.status_code == 200:
|
||||
soup = BeautifulSoup(response.content, 'html.parser')
|
||||
|
||||
text = soup.get_text()
|
||||
|
||||
for link in soup.find_all('a'):
|
||||
new_link = link.get('href')
|
||||
if VERBOSE:
|
||||
|
||||
Reference in New Issue
Block a user