Skip to content

Commit

Permalink
Fix confusing import (no change in functionality)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasLoos authored Apr 23, 2022
1 parent 87638a8 commit f9698eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/advanced/extend_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

from lark.lark import Lark
from python_parser import PythonIndenter
from lark.indenter import PythonIndenter

GRAMMAR = r"""
%import python (compound_stmt, single_input, file_input, eval_input, test, suite, _NEWLINE, _INDENT, _DEDENT, COMMENT)
Expand Down

0 comments on commit f9698eb

Please sign in to comment.