Skip to content

Commit 5c821ec

Browse files
committed
Fix typing issue
1 parent 105dcf0 commit 5c821ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonpath/fluent_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def select(self, *expressions: str) -> Iterable[object]:
149149
elif isinstance(m.obj, Mapping):
150150
obj = {}
151151
else:
152-
return iter([])
152+
return
153153

154154
patch = JSONPatch()
155155

0 commit comments

Comments
 (0)