From 3ca4c5d75a3fa482b3960e9bca5d0335dfdcd86c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 16:58:30 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- sphinx_design/dropdown.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sphinx_design/dropdown.py b/sphinx_design/dropdown.py index c702474..ecd5c46 100644 --- a/sphinx_design/dropdown.py +++ b/sphinx_design/dropdown.py @@ -149,7 +149,6 @@ def run(self): """Run the transform""" document: nodes.document = self.document for node in findall(document)(lambda node: is_component(node, "dropdown")): - # TODO option to not have card css (but requires more formatting) use_card = True