Skip to content

Commit

Permalink
chore: Remove unused variable (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Aug 2, 2023
1 parent 46aecfb commit b0d198c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xml2rfc/util/unicode.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def is_svg(e):
def expand_unicode_element(e, bare=False):
if not e.text:
return ''
ascii = e.get('ascii')
format = e.get('format', 'lit-name-num')
size = len(e.text)
permitted = ('name', 'num', 'char', 'lit', 'ascii')
Expand Down

0 comments on commit b0d198c

Please sign in to comment.