Skip to content

Commit 79cb906

Browse files
committed
feat: integrate jsonpath extension package
1 parent 6b8ec14 commit 79cb906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonpath_rw/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .jsonpath import *
22
from .parser import parse
3-
from .lexer import lexer
43

4+
# Current package version
55
__version__ = '1.4.0'

0 commit comments

Comments
 (0)