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 Feb 6, 2023
1 parent edad3c5 commit 3ca4c5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sphinx_design/dropdown.py
Expand Up @@ -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

Expand Down

0 comments on commit 3ca4c5d

Please sign in to comment.