PEP8, various other tweaks
This commit is contained in:
parent
6c022dac1c
commit
e12e7721da
11 changed files with 29 additions and 34 deletions
|
@ -103,4 +103,4 @@ def quote(s):
|
|||
def unescape(s):
|
||||
if not s.strip():
|
||||
return s
|
||||
return html.fromstring(s).text_content()
|
||||
return html.fromstring(s).text_content()
|
||||
|
|
Reference in a new issue