Fix pep8 issues (3)

This commit is contained in:
DUO Labs 2022-02-03 22:51:24 -05:00 committed by GitHub
parent 0504edcba0
commit d8f8d3fc06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -365,7 +365,7 @@ class Filter:
search_input = soup.find_all('td', attrs={'class': "O4cRJf"})[0] search_input = soup.find_all('td', attrs={'class': "O4cRJf"})[0]
search_input = BeautifulSoup(re.sub(r'(\s)-site:[a-zA-Z0-9_\.]+', '', search_input = BeautifulSoup(re.sub(r'(\s)-site:[a-zA-Z0-9_\.]+', '',
str(search_input)), 'lxml') str(search_input)), 'lxml')
search_options = soup.find_all('div', attrs={'class': "M7pB2"})[0] search_options = soup.find_all('div', attrs={'class': "M7pB2"})[0]
cor_suggested = soup.find_all('table', attrs={'class': "By0U9"}) cor_suggested = soup.find_all('table', attrs={'class': "By0U9"})
next_pages = soup.find_all('table', attrs={'class': "uZgmoc"})[0] next_pages = soup.find_all('table', attrs={'class': "uZgmoc"})[0]