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 0a19fb5 commit 72d458aCopy full SHA for 72d458a
src/idom/backend/starlette.py
@@ -28,7 +28,7 @@
28
from ._asgi import serve_development_asgi
29
from .hooks import ConnectionContext
30
from .hooks import use_connection as _use_connection
31
-from .utils import CLIENT_BUILD_DIR, safe_client_build_dir_path
+from .utils import CLIENT_BUILD_DIR
32
33
34
logger = logging.getLogger(__name__)
src/idom/backend/tornado.py
@@ -24,7 +24,7 @@
24
25
26
27
def configure(
0 commit comments