diff options
| author | deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | 2025-02-21 03:35:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-21 03:35:55 +0000 |
| commit | ce2d37b4705d9200938ca3e24ba2d2879f4b597b (patch) | |
| tree | 442e77394dcca706d41ced87e36cd23f894aa433 /gdpr_obfuscator/utils.py | |
| parent | ce19989af1846357d3959be54f95a3496d0623de (diff) | |
| download | gdpr-obfuscator-ce2d37b4705d9200938ca3e24ba2d2879f4b597b.tar.gz gdpr-obfuscator-ce2d37b4705d9200938ca3e24ba2d2879f4b597b.zip | |
style: format code with Autopep8, Black and Ruff Formatter
This commit fixes the style issues introduced in ce19989 according to the output
from Autopep8, Black and Ruff Formatter.
Details: None
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"" |
