Skip to content

Commit e742774

Browse files
committed
refactor: remove unused variable
1 parent aee0eb7 commit e742774

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jsonpath/lark.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
except ImportError:
99
# Local Folder
1010
from .lark_parser import (
11-
DATA,
1211
Lark,
1312
Lark_StandAlone,
1413
Transformer,
@@ -23,7 +22,6 @@
2322
"v_args",
2423
"Lark",
2524
"Lark_StandAlone",
26-
"DATA",
2725
"UnexpectedToken",
2826
"VisitError",
2927
)

0 commit comments

Comments
 (0)