Skip to content

Commit 7220d6d

Browse files
committed
Black format code with latest black
1 parent 91cb2f1 commit 7220d6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jupyterlite_sphinx/jupyterlite_sphinx.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -657,9 +657,9 @@ def jupyterlite_build(app: Sphinx, error):
657657

658658
jupyterlite_dir = str(app.env.config.jupyterlite_dir)
659659

660-
jupyterlite_build_command_options: Dict[
661-
str, Any
662-
] = app.env.config.jupyterlite_build_command_options
660+
jupyterlite_build_command_options: Dict[str, Any] = (
661+
app.env.config.jupyterlite_build_command_options
662+
)
663663

664664
config = []
665665
if jupyterlite_config:

0 commit comments

Comments
 (0)