Skip to content

Commit 71259b3

Browse files
authored
fix
1 parent ec73f58 commit 71259b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/pymongoarrow/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def _get_field_projection_value(self, fname, ftype):
8484
for nested_ftype in ftype:
8585
projection[fname + "." + nested_ftype.name] = self._get_field_projection_value(fname + "." + nested_ftype.name, nested_ftype.type)
8686
value = projection
87-
return fname, value
87+
return value
8888

8989
def __eq__(self, other):
9090
if isinstance(other, type(self)):

0 commit comments

Comments
 (0)