Skip to content

Commit d6cfb05

Browse files
committed
lint edts to dcc tests
1 parent 3efdc77 commit d6cfb05

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/dash-core-components/tests/integration/link/test_absolute_path.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,12 @@ def extras(t):
3636
{t[::-1]}
3737
</body></html>
3838
"""
39+
3940
app.server.add_url_rule(
40-
"/extra/<string:t>", view_func=extras, endpoint="/extra/<string:t>", methods=["GET"]
41+
"/extra/<string:t>",
42+
view_func=extras,
43+
endpoint="/extra/<string:t>",
44+
methods=["GET"],
4145
)
4246

4347
app.layout = html.Div(

0 commit comments

Comments
 (0)