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 Nov 1, 2022
1 parent 4545153 commit 25492da
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nbviewer/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
import os
from concurrent.futures import ProcessPoolExecutor
from concurrent.futures import ThreadPoolExecutor
from functools import cached_property
from html import escape
from urllib.parse import urlparse

import markdown
from jinja2 import Environment
from jinja2 import FileSystemLoader
from jupyter_server.base.handlers import FileFindHandler as StaticFileHandler # type: ignore
from nbconvert import get_exporter # type: ignore
from nbconvert.exporters.templateexporter import ExtensionTolerantLoader # type: ignore
from tornado import httpserver
Expand Down Expand Up @@ -51,10 +53,6 @@
from .utils import jupyter_info
from .utils import url_path_join

from functools import cached_property

from jupyter_server.base.handlers import FileFindHandler as StaticFileHandler # type: ignore

# -----------------------------------------------------------------------------
# Code
# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 25492da

Please sign in to comment.