Skip to content

Commit

Permalink
refactor: make append_mandatory_fields async io bound
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 17, 2024
1 parent b9acb3d commit 91a8756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osm_fieldwork/update_xlsform.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def append_task_ids_to_choices_sheet(df: pd.DataFrame, task_count: int) -> pd.Da
return df


def append_mandatory_fields(
async def append_mandatory_fields(
custom_form: BytesIO,
form_category: str,
additional_entities: list[str] = None,
Expand Down

0 comments on commit 91a8756

Please sign in to comment.