Skip to content

Commit

Permalink
refactor: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
linw1995 committed Aug 17, 2021
1 parent aee0eb7 commit e742774
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jsonpath/lark.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
except ImportError:
# Local Folder
from .lark_parser import (
DATA,
Lark,
Lark_StandAlone,
Transformer,
Expand All @@ -23,7 +22,6 @@
"v_args",
"Lark",
"Lark_StandAlone",
"DATA",
"UnexpectedToken",
"VisitError",
)

0 comments on commit e742774

Please sign in to comment.