Skip to content

Commit

Permalink
fix(linting): code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
azory-ydata committed Sep 6, 2024
1 parent 1230e02 commit 1bff6ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ydata/sdk/synthesizers/anonymizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ def build_and_validate_anonimization(anonimyze: dict, cols: list) -> dict:
""")
else:
anon_type = anonimyze[k]['type']
anonimyze[k]['type'] = AnonymizerType.get_anonymizer_type(anon_type).value
anonimyze[k]['type'] = AnonymizerType.get_anonymizer_type(
anon_type).value
config = anonimyze
else:
config = {}
Expand Down

0 comments on commit 1bff6ea

Please sign in to comment.