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 Dec 29, 2016
1 parent 668b5a0 commit 7d0cf6a
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 @@ -259,8 +259,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 7d0cf6a

Please sign in to comment.