Commit ed36b2db by stv

Fix PEP8: E123 closing bracket does not match

indentation of opening bracket's line
parent 5785fda7
......@@ -95,8 +95,9 @@ def run_bokchoy(**opts):
msg = colorize(
'green',
'Running tests using {default_store} modulestore.'.format(
default_store=test_suite.default_store)
default_store=test_suite.default_store,
)
)
print(msg)
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