From dc05c5e94bccc1d7e59b471ebae85048d81b558a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:53:08 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- code_setup.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code_setup.ipynb b/code_setup.ipynb index 859767c..1252a4a 100644 --- a/code_setup.ipynb +++ b/code_setup.ipynb @@ -103,6 +103,7 @@ "\n", "output = ipw.Output()\n", "\n", + "\n", "def render():\n", " df = fetch_code_data()\n", " paginated_table = create_paginated_table(df)\n", @@ -110,6 +111,7 @@ " with output:\n", " display(paginated_table)\n", "\n", + "\n", "display(output)\n", "render()" ] @@ -120,9 +122,7 @@ "metadata": {}, "outputs": [], "source": [ - "widget.quick_setup_button.on_click(\n", - " lambda _: render()\n", - ")" + "widget.quick_setup_button.on_click(lambda _: render())" ] } ],