Skip to content

Commit

Permalink
tool: format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Feb 12, 2025
1 parent 9c30b69 commit e223c45
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/export_to_ipynb.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,7 @@
)
FULL_TEXT += "\n".join(filtered_lines) + "\n"

nbook["cells"].append(
v4.new_code_cell(source=FULL_TEXT, id="code")
)
nbook["cells"].append(v4.new_code_cell(source=FULL_TEXT, id="code"))

jsonform = v4.writes(nbook) + "\n"

Expand Down

0 comments on commit e223c45

Please sign in to comment.