Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 16, 2024
1 parent f7eb4c4 commit 6bc676c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions nbconvert/exporters/templateexporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,5 +685,3 @@ def _init_resources(self, resources):

def include_tableofcontents(self):
return True


2 changes: 1 addition & 1 deletion share/templates/lab/index.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ a.anchor-link {
{%- set (level, text) = item -%}
{%- if level==1 -%}
<h1>{{text}}</h1>
{%- endif -%}
{%- endif -%}
{%- if level==2 -%}
<h2>{{text}}</h2>
{%- endif -%}
Expand Down

0 comments on commit 6bc676c

Please sign in to comment.