From e476403c59e922512d06ef5489a07fba87615998 Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Wed, 26 Feb 2025 16:13:36 +0000 Subject: add ability to read path & pii fields from json strings as input --- gdpr_obfuscator/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdpr_obfuscator/utils.py') diff --git a/gdpr_obfuscator/utils.py b/gdpr_obfuscator/utils.py index 656b084..f5f06d0 100644 --- a/gdpr_obfuscator/utils.py +++ b/gdpr_obfuscator/utils.py @@ -6,7 +6,7 @@ import json class Utilities: - + @staticmethod def process_json_input(json_input: str): data = json.loads(json_input) -- cgit v1.2.3