diff options
| author | Alex Schofield <git@ajschof.me> | 2025-03-03 01:06:49 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-03-03 01:06:49 +0000 |
| commit | 70660d729748843c8565e22b72519f9fff61bace (patch) | |
| tree | ab18ec1d0973adf4cca46d6c40159f91a5a66ce7 /gdpr_obfuscator/obfuscate.py | |
| parent | 8bb02d3620d983d61b1ac172b1ee3b05359481c6 (diff) | |
| download | gdpr-obfuscator-70660d729748843c8565e22b72519f9fff61bace.tar.gz gdpr-obfuscator-70660d729748843c8565e22b72519f9fff61bace.zip | |
add missing function summary in docstring in obfuscate_data()
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 63c0da8..d602730 100644 --- a/gdpr_obfuscator/obfuscate.py +++ b/gdpr_obfuscator/obfuscate.py @@ -5,7 +5,7 @@ def obfuscate_data( data: List[Dict[str, str]], pii_fields: List[str] ) -> List[Dict[str, str]]: """ - + Obfuscate sensitive fields in a list of dictionaries using user-provided PII fields. Args: data (List[Dict[str, str]]): _description_ |
