Solve all flake8 warnings (#163)
Whipper is now fully PEP8 compliant. Revised version which includes all the changes suggested by Freso.
This commit is contained in:
@@ -14,7 +14,7 @@ doc = handle.read()
|
||||
|
||||
soup = BeautifulSoup.BeautifulSoup(doc)
|
||||
|
||||
offsets = {} # offset -> total count
|
||||
offsets = {} # offset -> total count
|
||||
|
||||
rows = soup.findAll('tr')
|
||||
for row in rows:
|
||||
|
||||
Reference in New Issue
Block a user