aboutsummaryrefslogtreecommitdiffstats
path: root/gdpr_obfuscator/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'gdpr_obfuscator/utils.py')
-rw-r--r--gdpr_obfuscator/utils.py2
1 files changed, 1 insertions, 1 deletions
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)
git.ajschof.me — hosted by ajschofield — powered by cgit