diff options
| author | Alex <git@ajschof.me> | 2025-02-21 03:46:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-21 03:46:11 +0000 |
| commit | 91cfa290f3fa97ec0c41daea2aa53ea877c5c81b (patch) | |
| tree | 5878cbb6d7d1822c72c9fdfc807a9fa6c01e6add /gdpr_obfuscator/utils.py | |
| parent | de575144e1ae9587de1c3675623a125d12c2d608 (diff) | |
| parent | ce2d37b4705d9200938ca3e24ba2d2879f4b597b (diff) | |
| download | gdpr-obfuscator-91cfa290f3fa97ec0c41daea2aa53ea877c5c81b.tar.gz gdpr-obfuscator-91cfa290f3fa97ec0c41daea2aa53ea877c5c81b.zip | |
Merge pull request #9 from ajschofield/deepsource-transform-431747cf
style: format code with Autopep8, Black and Ruff Formatter
Diffstat (limited to 'gdpr_obfuscator/utils.py')
| -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"" |
