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 /cli.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 'cli.py')
| -rw-r--r-- | cli.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ from gdpr_obfuscator.obfuscate import obfuscate def main(): - parser = argparse.ArgumentParser( prog="GDPR-Obfuscator", description="Obfuscate sensitive data stored locally or in an AWS environment", |
