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 Nov 13, 2023
1 parent 9962b3f commit 44480e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sphinx_subfigure/tr_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def run(self) -> None:
for fig_node in findall(
self.document, lambda n: "is_subfigure" in getattr(n, "attributes", {})
):

# initiate figure children
children = []

Expand Down

0 comments on commit 44480e7

Please sign in to comment.