Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
ccl-core committed Dec 2, 2024
1 parent 60e8035 commit 1530926
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ def _get_result(row):
# Non-repeated subfields render as a single dictionary.
else:
parent_id = (
field.parent.id
) # pytype: disable=attribute-error
field.parent.id # pytype: disable=attribute-error
)
if parent_id not in result:
result[parent_id] = {}
result[parent_id][field.id] = value
Expand Down

0 comments on commit 1530926

Please sign in to comment.