diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-21 03:46:51 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-21 03:46:51 +0000 |
| commit | cc51c7e22be78bf44cf1a45318fb7d8e054b85c1 (patch) | |
| tree | f727307acecf23a31e82478dc182fd8c61a231d8 /gdpr_obfuscator | |
| parent | 39a6f4d74c77aef58cccbe53c7ea9fb015507bc3 (diff) | |
| parent | 2eb19d6ea073d2e66a6fc8894a40c616aab1d067 (diff) | |
| download | gdpr-obfuscator-cc51c7e22be78bf44cf1a45318fb7d8e054b85c1.tar.gz gdpr-obfuscator-cc51c7e22be78bf44cf1a45318fb7d8e054b85c1.zip | |
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'gdpr_obfuscator')
| -rw-r--r-- | gdpr_obfuscator/utils.py | 2 |
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"" |
