run pyupgrade to upgrade the codebase to python3.6

This commit is contained in:
Kovid Goyal
2021-10-21 12:43:55 +05:30
parent 8f0b3983ee
commit 6546c1da9b
159 changed files with 194 additions and 353 deletions

View File

@@ -28,7 +28,7 @@ def main():
characters += ['\x1b[91m', '\x1b[0m', '\x1b[1;32m', '\x1b[22m', '\x1b[35m']
if args.unicode:
characters += [u'', u'', u'💜', u'', u'🎩', u'🍀', u'']
characters += ['', '', '💜', '', '🎩', '🍀', '']
patterns = []
for _ in range(0, args.patterns):