aboutsummaryrefslogtreecommitdiffstats
path: root/cli.py
diff options
context:
space:
mode:
authordeepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>2025-02-21 03:42:13 +0000
committerGitHub <noreply@github.com>2025-02-21 03:42:13 +0000
commit0360fa58392dddb2361a0fa024c0e0ab67ecc6d4 (patch)
tree2a90a0faa5162aa1af4dd6c7a04d34d61d13a0cb /cli.py
parentde575144e1ae9587de1c3675623a125d12c2d608 (diff)
downloadgdpr-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
Diffstat (limited to 'cli.py')
-rw-r--r--cli.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli.py b/cli.py
index 3b64338..99742a3 100644
--- a/cli.py
+++ b/cli.py
@@ -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",
git.ajschof.me — hosted by ajschofield — powered by cgit