diff options
Diffstat (limited to 'gdpr_obfuscator/obfuscate.py')
| -rw-r--r-- | gdpr_obfuscator/obfuscate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdpr_obfuscator/obfuscate.py b/gdpr_obfuscator/obfuscate.py index 1b6cf0c..0a1d74b 100644 --- a/gdpr_obfuscator/obfuscate.py +++ b/gdpr_obfuscator/obfuscate.py @@ -1,7 +1,7 @@ from typing import List, Dict -def obfuscate( +def obfuscate_data( data: List[Dict[str, str]], pii_fields: List[str] ) -> List[Dict[str, str]]: """ |
