Skip to content

Commit d07bbde

Browse files
committed
Fix black
1 parent d0542a1 commit d07bbde

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pytest_reportportal/plugin.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -602,9 +602,7 @@ def add_shared_option(name, help_str, default=None, action="store"):
602602

603603
rp_test_attributes_help_str = "Attributes for all tests items, e.g. Smoke."
604604
parser.addini("rp_tests_attributes", type="args", help=rp_test_attributes_help_str)
605-
group.addoption(
606-
"--rp-tests-attributes", dest="rp_tests_attributes", help=rp_test_attributes_help_str, nargs="+"
607-
)
605+
group.addoption("--rp-tests-attributes", dest="rp_tests_attributes", help=rp_test_attributes_help_str, nargs="+")
608606

609607
parser.addini("rp_log_batch_size", default="20", help="Size of batch log requests in async mode")
610608
parser.addini(

0 commit comments

Comments
 (0)