aboutsummaryrefslogtreecommitdiffstats
path: root/cli.py
diff options
context:
space:
mode:
authorAlex <git@ajschof.me>2025-02-21 03:46:11 +0000
committerGitHub <noreply@github.com>2025-02-21 03:46:11 +0000
commit91cfa290f3fa97ec0c41daea2aa53ea877c5c81b (patch)
tree5878cbb6d7d1822c72c9fdfc807a9fa6c01e6add /cli.py
parentde575144e1ae9587de1c3675623a125d12c2d608 (diff)
parentce2d37b4705d9200938ca3e24ba2d2879f4b597b (diff)
downloadgdpr-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 '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