Fix PEP8: E123 closing bracket does not match

indentation of opening bracket's line
This commit is contained in:
stv
2015-02-15 16:28:43 -08:00
parent 5785fda7b1
commit ed36b2db55

View File

@@ -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()