Skip to content

Commit 00380c6

Browse files
authored
fix indent
1 parent c9c1894 commit 00380c6

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
@@ -73,7 +73,7 @@ def _get_projection(self):
7373
projection[fname+"."+nested_ftype.name] = self._get_field_projection_value(nested_ftype.type)
7474
else:
7575
projection[fname] = self._get_field_projection_value(ftype)
76-
return projection
76+
return projection
7777

7878
def _get_field_projection_value(self, ftype):
7979
value = True

0 commit comments

Comments
 (0)