We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd556d commit abbfcd2Copy full SHA for abbfcd2
tests/integration/async_tests/app1_async.py
@@ -1,7 +1,7 @@
1
from dash import Dash, Input, Output, dcc, html
2
import time
3
4
-from tests.background_callback.utils import get_background_callback_manager
+from tests.integration.async_tests.utils import get_background_callback_manager
5
6
background_callback_manager = get_background_callback_manager()
7
handle = background_callback_manager.handle
0 commit comments