We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d71bbb commit fac2eb9Copy full SHA for fac2eb9
tools/tutorial-cell-updater.py
@@ -84,7 +84,7 @@ def update_footer_cell(footer_cell: dict):
84
{
85
"cell_type": "markdown",
86
"metadata": {"id": "sb_auto_footer", "tags": ["sb_auto_footer"]},
87
- "source": FOOTER_CONTENTS.splitlines(True)
+ "source": FOOTER_CONTENTS.splitlines(True),
88
}
89
)
90
0 commit comments