diff options
| author | deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | 2025-02-21 03:42:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-21 03:42:13 +0000 |
| commit | 0360fa58392dddb2361a0fa024c0e0ab67ecc6d4 (patch) | |
| tree | 2a90a0faa5162aa1af4dd6c7a04d34d61d13a0cb | |
| parent | de575144e1ae9587de1c3675623a125d12c2d608 (diff) | |
| download | gdpr-obfuscator-0360fa58392dddb2361a0fa024c0e0ab67ecc6d4.tar.gz gdpr-obfuscator-0360fa58392dddb2361a0fa024c0e0ab67ecc6d4.zip | |
style: format code with Autopep8, Black and Ruff Formatter
This commit fixes the style issues introduced in de57514 according to the output
from Autopep8, Black and Ruff Formatter.
Details: None
| -rw-r--r-- | cli.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3,7 +3,6 @@ from gdpr_obfuscator import Obfuscator def main(): - parser = argparse.ArgumentParser( prog="GDPR-Obfuscator", description="Obfuscate sensitive data stored locally or in an AWS environment", |
