Fix PEP8: E123 closing bracket does not match
indentation of opening bracket's line
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user