Skip to content

Commit c4031df

Browse files
committed
lint
1 parent 9e6a9a4 commit c4031df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: packages/python/plotly/_plotly_utils/tests/validators/test_flaglist_validator.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ def validator_extra():
2323
@pytest.fixture()
2424
def validator_extra_aok():
2525
return FlaglistValidator(
26-
"prop", "parent", flags=FLAGS, extras=EXTRAS, array_ok=True,
26+
"prop",
27+
"parent",
28+
flags=FLAGS,
29+
extras=EXTRAS,
30+
array_ok=True,
2731
)
2832

2933

0 commit comments

Comments
 (0)