aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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