Reformat files via black

This was missed in bb12b83.
This commit is contained in:
Eric N. Vander Weele 2019-10-13 13:35:56 -04:00
parent daca2c80db
commit 5fc1d3def0

View file

@ -258,9 +258,7 @@ def register_default_options(option_manager):
) )
add_option( add_option(
"--output-file", "--output-file", default=None, help="Redirect report to a file."
default=None,
help="Redirect report to a file.",
) )
add_option( add_option(