Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 26, 2024
1 parent 78cfea5 commit 176791b
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 @@ -44,7 +44,7 @@ def merge_dataframes(mandatory_df: pd.DataFrame, user_question_df: pd.DataFrame,
],
ignore_index=True,
)
return merged_df.drop_duplicates(subset=['list_name', NAME_COLUMN], ignore_index=True)
return merged_df.drop_duplicates(subset=["list_name", NAME_COLUMN], ignore_index=True)

# Else we are processing the survey sheet, continue

Expand Down

0 comments on commit 176791b

Please sign in to comment.