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:35:55 +0000
committerGitHub <noreply@github.com>2025-02-21 03:35:55 +0000
commitce2d37b4705d9200938ca3e24ba2d2879f4b597b (patch)
tree442e77394dcca706d41ced87e36cd23f894aa433 /cli.py
parentce19989af1846357d3959be54f95a3496d0623de (diff)
downloadgdpr-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.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli.py b/cli.py
index ef77314..be040cb 100644
--- a/cli.py
+++ b/cli.py
@@ -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",
git.ajschof.me — hosted by ajschofield — powered by cgit