Skip to content

Commit 519d97a

Browse files
davidmichaelmior
authored andcommitted
Typo: duplicate line removed.
1 parent b691dae commit 519d97a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jsonpath_ng/ext/iterable.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ def find(self, datum):
129129
except Exception as e:
130130
return []
131131
else:
132-
return [DatumInContext(value,
133132
return [DatumInContext(value,
134133
context=datum,
135134
path=Path())]

0 commit comments

Comments
 (0)