Cleanup: pep8

This commit is contained in:
2021-07-06 12:05:27 +10:00
parent 36584bbc2d
commit 432bfbf7a3
48 changed files with 89 additions and 46 deletions

View File

@@ -41,7 +41,7 @@ RE_DEF_COMPLETE = re.compile(
# allow empty string
'''|)'''
# allow opening bracket(s)
'''(?:\(|\s)*)$''')
r'''(?:\(|\s)*)$''')
def reduce_newlines(text):