aboutsummaryrefslogtreecommitdiffstats
path: root/gdpr_obfuscator
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-03-03 01:06:49 +0000
committerAlex Schofield <git@ajschof.me>2025-03-03 01:06:49 +0000
commit70660d729748843c8565e22b72519f9fff61bace (patch)
treeab18ec1d0973adf4cca46d6c40159f91a5a66ce7 /gdpr_obfuscator
parent8bb02d3620d983d61b1ac172b1ee3b05359481c6 (diff)
downloadgdpr-obfuscator-70660d729748843c8565e22b72519f9fff61bace.tar.gz
gdpr-obfuscator-70660d729748843c8565e22b72519f9fff61bace.zip
add missing function summary in docstring in obfuscate_data()
Diffstat (limited to 'gdpr_obfuscator')
-rw-r--r--gdpr_obfuscator/obfuscate.py2
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_
git.ajschof.me — hosted by ajschofield — powered by cgit