yapf -rip

This commit is contained in:
mathieui 2018-01-16 00:10:35 +01:00
parent f332c03217
commit 322e10d1bd
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -288,9 +288,8 @@ class PluginManager(object):
except OSError:
pass
plugins_files = [
name[:-3] for name in names
if name.endswith('.py') and name != '__init__.py'
and not name.startswith('.')
name[:-3] for name in names if name.endswith('.py')
and name != '__init__.py' and not name.startswith('.')
]
plugins_files.sort()
position = the_input.get_argument_position(quoted=False)