Skip to content

Commit ff738bc

Browse files
Style fixes
1 parent f04f5c3 commit ff738bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

jupyterlite_sphinx/jupyterlite_sphinx.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,12 +347,15 @@ def run(self):
347347
# are expected to be found.
348348

349349
import tempfile
350+
350351
temp_dir = tempfile.mkdtemp()
351352
# Copy notebooks in notebooks_dir to temp_dir
352353
shutil.copy(notebook, temp_dir)
353354

354355
if self.env.config.strip_tagged_cells:
355-
print(f"{notebook}: Removing cells tagged with 'strip' metadata set to 'true'")
356+
print(
357+
f"{notebook}: Removing cells tagged with 'strip' metadata set to 'true'"
358+
)
356359

357360
# Note: the directives meant to be stripped must be inside their own
358361
# cell so that the cell itself gets removed from the notebook. This

0 commit comments

Comments
 (0)