PEP E225 with a nod to Deepcommit

This commit is contained in:
rocky
2019-04-14 06:11:16 -04:00
parent 400943bb6a
commit 9b550b9dda
21 changed files with 36 additions and 36 deletions

View File

@@ -348,7 +348,7 @@ class Python36Parser(Python35Parser):
build_tuple_unpack_with_call
%s
CALL_FUNCTION_EX
""" % 'expr '* token.attr, nop_func)
""" % 'expr ' * token.attr, nop_func)
pass
# FIXME: Is this right?