Skip to content

Commit 72d458a

Browse files
committed
fix unused imports
1 parent 0a19fb5 commit 72d458a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/idom/backend/starlette.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from ._asgi import serve_development_asgi
2929
from .hooks import ConnectionContext
3030
from .hooks import use_connection as _use_connection
31-
from .utils import CLIENT_BUILD_DIR, safe_client_build_dir_path
31+
from .utils import CLIENT_BUILD_DIR
3232

3333

3434
logger = logging.getLogger(__name__)

src/idom/backend/tornado.py

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

2525
from .hooks import ConnectionContext
2626
from .hooks import use_connection as _use_connection
27-
from .utils import CLIENT_BUILD_DIR, safe_client_build_dir_path
27+
from .utils import CLIENT_BUILD_DIR
2828

2929

3030
def configure(

0 commit comments

Comments
 (0)