Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainipp committed Aug 1, 2024
1 parent aa3a50e commit b9d78e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfisca_survey_manager/tests/test_calmar.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def create_input_dataframe():

df1['Z'] = df1.Z.astype(float)
df1['POND'] = df1.POND.astype(float)
df = {"main_entity" : df1, "target_entity": "main_entity"}
df = {"main_entity": df1, "target_entity": "main_entity"}
return df


Expand Down

0 comments on commit b9d78e7

Please sign in to comment.