Skip to content

Commit 1979c19

Browse files
committed
fix: Removed left-over, redundant lxml import from bnf_grammar_processor
1 parent 485a101 commit 1979c19

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tool-support/bnf_grammar_tools/bnf_grammar/bnf_grammar_processor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
# Create logger for diagnostic messages at debug, info, warning, error and critical levels
3939
import logging
4040

41-
from lxml.html.defs import list_tags
42-
4341
LOGGER: Logger = logging.getLogger()
4442

4543
# Marker denoting start of a line comment in generated output

0 commit comments

Comments
 (0)