Skip to content

Commit 2a0c9ab

Browse files
committed
fixing missing import
1 parent 099e79a commit 2a0c9ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/clientside/test_clientside_functions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from dash import Dash, html, Input, Output, no_update
1+
from dash import Dash, html, Input, Output, no_update, State
22
import json
33
from multiprocessing import Value
44

@@ -37,6 +37,7 @@ def test_sp001_clientside_setprops(dash_duo):
3737
prevent_initial_call=True,
3838
)
3939

40+
4041
for x in ids:
4142

4243
@app.callback(

0 commit comments

Comments
 (0)