Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 15, 2023
1 parent 32a376d commit 96d7858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voila/server_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

from .configuration import VoilaConfiguration
from .tornado.handler import TornadoVoilaHandler
from .paths import ROOT, collect_static_paths, collect_template_paths, jupyter_path
from .paths import ROOT, collect_static_paths, collect_template_paths
from .shutdown_kernel_handler import VoilaShutdownKernelHandler
from .static_file_handler import (
MultiStaticFileHandler,
Expand Down

0 comments on commit 96d7858

Please sign in to comment.