Skip to content

Commit

Permalink
Remove unused tag_name variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreip committed Jul 4, 2018
1 parent 781ff83 commit e9e6159
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions quotequail/_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,6 @@ def tree_token_generator(el, indentation_level=0):
if not isinstance(el.tag, string_class):
return

tag_name = el.tag.lower()

is_indentation = is_indentation_element(el)

if is_indentation:
Expand Down

0 comments on commit e9e6159

Please sign in to comment.