Skip to content

Commit 4a32dbd

Browse files
committed
🚨 Fix multi-output test rebase.
1 parent 7caf24b commit 4a32dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import dash
1313

14-
from dash.dependencies import Input, Output
14+
from dash.dependencies import Input, Output, State
1515
from dash.exceptions import PreventUpdate, DuplicateCallbackOutput
1616
from .IntegrationTests import IntegrationTests
1717
from .utils import assert_clean_console, invincible, wait_for

0 commit comments

Comments
 (0)