Skip to content

Commit 3e799aa

Browse files
committed
run black
1 parent 6336869 commit 3e799aa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

jupyterlite_sphinx/jupyterlite_sphinx.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
from sphinx.util.fileutil import copy_asset
2323
from sphinx.parsers import RSTParser
2424

25-
from ._try_examples import examples_to_notebook, insert_try_examples_directive, new_code_cell
25+
from ._try_examples import (
26+
examples_to_notebook,
27+
insert_try_examples_directive,
28+
new_code_cell,
29+
)
2630

2731
import jupytext
2832
import nbformat

0 commit comments

Comments
 (0)