Upgrade Python syntax with pyupgrade
https://github.com/asottile/pyupgrade
This commit is contained in:
@@ -51,8 +51,8 @@ class IndentationStackTestCase(RuleTestCase):
|
||||
.replace('Mapping', 'Map'))
|
||||
if token_type in ('StreamStart', 'StreamEnd'):
|
||||
continue
|
||||
output += '%9s %s\n' % (token_type,
|
||||
self.format_stack(context['stack']))
|
||||
output += '{:>9} {}\n'.format(token_type,
|
||||
self.format_stack(context['stack']))
|
||||
return output
|
||||
|
||||
def test_simple_mapping(self):
|
||||
|
||||
Reference in New Issue
Block a user