Skip to content

Commit

Permalink
refactor: remove never used variables
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Nov 1, 2023
1 parent ab5e23b commit bb1a607
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/_extension/component_directive.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@

logger = logging.getLogger(__name__)

TEMPLATE_LIST = '<ul class="simple">{content}</ul>'
TEMPLATE_LINE = '<li><a href="{url}">{name}</a>: {description}</li>'


class ComponentListDirective(SphinxDirective):
"""A directive to generate the list of all the built-in components.
Expand Down

0 comments on commit bb1a607

Please sign in to comment.