Skip to content

Commit b9f353a

Browse files
committed
run black formatter
1 parent 3020467 commit b9f353a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/test_integration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,10 @@ def on_nested_click(n_clicks):
515515

516516
def test_inin030_add_startup_route(dash_duo):
517517
url = "my-new-route"
518+
518519
def my_route_f():
519520
return "hello"
521+
520522
Dash.add_startup_route(url, my_route_f, ["POST"])
521523

522524
import requests

0 commit comments

Comments
 (0)