Skip to content

Commit abbfcd2

Browse files
committed
altering path for the get background callback manager
1 parent 6fd556d commit abbfcd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/async_tests/app1_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from dash import Dash, Input, Output, dcc, html
22
import time
33

4-
from tests.background_callback.utils import get_background_callback_manager
4+
from tests.integration.async_tests.utils import get_background_callback_manager
55

66
background_callback_manager = get_background_callback_manager()
77
handle = background_callback_manager.handle

0 commit comments

Comments
 (0)