Skip to content

Commit 9306494

Browse files
committed
Fix lint error
1 parent a72bc83 commit 9306494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fluent_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from jsonpath import JSONPathMatch
66
from jsonpath import JSONPointer
7-
from jsonpath import compile
7+
from jsonpath import compile # noqa: A004
88
from jsonpath import query
99

1010

0 commit comments

Comments
 (0)