Skip to content

Commit 96d7858

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 32a376d commit 96d7858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

voila/server_extension.py

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

2020
from .configuration import VoilaConfiguration
2121
from .tornado.handler import TornadoVoilaHandler
22-
from .paths import ROOT, collect_static_paths, collect_template_paths, jupyter_path
22+
from .paths import ROOT, collect_static_paths, collect_template_paths
2323
from .shutdown_kernel_handler import VoilaShutdownKernelHandler
2424
from .static_file_handler import (
2525
MultiStaticFileHandler,

0 commit comments

Comments
 (0)