Skip to content

Commit fac2eb9

Browse files
committed
Fix formatting
1 parent 0d71bbb commit fac2eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tutorial-cell-updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def update_footer_cell(footer_cell: dict):
8484
{
8585
"cell_type": "markdown",
8686
"metadata": {"id": "sb_auto_footer", "tags": ["sb_auto_footer"]},
87-
"source": FOOTER_CONTENTS.splitlines(True)
87+
"source": FOOTER_CONTENTS.splitlines(True),
8888
}
8989
)
9090

0 commit comments

Comments
 (0)