Skip to content

Commit 9d1e09a

Browse files
committed
refactor(package): remove requirements
1 parent 79cb906 commit 9d1e09a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jsonpath_rw/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
from .jsonpath import *
2-
from .parser import parse
1+
from .jsonpath import * # noqa
2+
from .parser import parse # noqa
3+
34

45
# Current package version
56
__version__ = '1.4.0'

0 commit comments

Comments
 (0)