From cb8f21a5548eed1c47702f3f5ab4378e24c6772a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:02:33 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- nbconvert/exporters/templateexporter.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nbconvert/exporters/templateexporter.py b/nbconvert/exporters/templateexporter.py index f98971e6d..c7a563f77 100644 --- a/nbconvert/exporters/templateexporter.py +++ b/nbconvert/exporters/templateexporter.py @@ -684,5 +684,4 @@ def _init_resources(self, resources): return resources def include_tableofcontents(self, resources): - return True - + return True