Skip to content

Commit c62e51b

Browse files
committed
black
1 parent 6df88f7 commit c62e51b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/test_csp.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ def does_not_raise():
2525
(True, "sha999", pytest.raises(ValueError)),
2626
],
2727
)
28-
def test_incs001_csp_hashes_inline_scripts(dash_duo, add_hashes, hash_algorithm, expectation):
28+
def test_incs001_csp_hashes_inline_scripts(
29+
dash_duo, add_hashes, hash_algorithm, expectation
30+
):
2931
app = dash.Dash(__name__)
3032

3133
app.layout = html.Div(

0 commit comments

Comments
 (0)