We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cb906 commit 9d1e09aCopy full SHA for 9d1e09a
jsonpath_rw/__init__.py
@@ -1,5 +1,6 @@
1
-from .jsonpath import *
2
-from .parser import parse
+from .jsonpath import * # noqa
+from .parser import parse # noqa
3
+
4
5
# Current package version
6
__version__ = '1.4.0'
0 commit comments