mirror of
https://github.com/kennethreitz/clint.git
synced 2026-06-05 06:46:16 +00:00
Pep8 fix
This commit is contained in:
@@ -13,6 +13,6 @@ all_args = Args().grouped
|
||||
|
||||
for item in all_args:
|
||||
if item is not '_':
|
||||
puts(colored.red("key:%s"%item))
|
||||
puts(colored.red("key:%s" % item))
|
||||
print(all_args[item].all)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user