Commit ed36b2db by stv

Fix PEP8: E123 closing bracket does not match

indentation of opening bracket's line
parent 5785fda7
...@@ -95,7 +95,8 @@ def run_bokchoy(**opts): ...@@ -95,7 +95,8 @@ def run_bokchoy(**opts):
msg = colorize( msg = colorize(
'green', 'green',
'Running tests using {default_store} modulestore.'.format( 'Running tests using {default_store} modulestore.'.format(
default_store=test_suite.default_store) default_store=test_suite.default_store,
)
) )
print(msg) print(msg)
test_suite.run() test_suite.run()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment