aboutsummaryrefslogtreecommitdiffstats
path: root/gdpr_obfuscator/utils.py
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-21 03:46:51 +0000
committerAlex Schofield <git@ajschof.me>2025-02-21 03:46:51 +0000
commitcc51c7e22be78bf44cf1a45318fb7d8e054b85c1 (patch)
treef727307acecf23a31e82478dc182fd8c61a231d8 /gdpr_obfuscator/utils.py
parent39a6f4d74c77aef58cccbe53c7ea9fb015507bc3 (diff)
parent2eb19d6ea073d2e66a6fc8894a40c616aab1d067 (diff)
downloadgdpr-obfuscator-cc51c7e22be78bf44cf1a45318fb7d8e054b85c1.tar.gz
gdpr-obfuscator-cc51c7e22be78bf44cf1a45318fb7d8e054b85c1.zip
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'gdpr_obfuscator/utils.py')
-rw-r--r--gdpr_obfuscator/utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdpr_obfuscator/utils.py b/gdpr_obfuscator/utils.py
index 918bf99..d305daf 100644
--- a/gdpr_obfuscator/utils.py
+++ b/gdpr_obfuscator/utils.py
@@ -5,7 +5,6 @@ from typing import List, Dict
class Utilities:
-
def __init__(self, logger=None):
pass
@@ -16,7 +15,6 @@ class Utilities:
return bucket, key
def create_byte_stream(self, data: List[Dict[str, str]]) -> bytes:
-
if not data:
return b""
git.ajschof.me — hosted by ajschofield — powered by cgit