Skip to content

Commit

Permalink
code reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
Krish Patel committed Jun 1, 2023
1 parent dab2967 commit 389d373
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openadapt/scrub.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@ def _scrub_list_item(

if isinstance(item, dict):
return scrub_dict(
item, list_keys, force_scrub_children=force_scrub_children
item,
list_keys,
force_scrub_children=force_scrub_children
)
return _scrub_text_item(item, key)

Expand Down

0 comments on commit 389d373

Please sign in to comment.