Skip to content

Commit 3ca4c5d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent edad3c5 commit 3ca4c5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sphinx_design/dropdown.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ def run(self):
149149
"""Run the transform"""
150150
document: nodes.document = self.document
151151
for node in findall(document)(lambda node: is_component(node, "dropdown")):
152-
153152
# TODO option to not have card css (but requires more formatting)
154153
use_card = True
155154

0 commit comments

Comments
 (0)