From 0360fa58392dddb2361a0fa024c0e0ab67ecc6d4 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 03:42:13 +0000 Subject: 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 --- cli.py | 1 - 1 file changed, 1 deletion(-) (limited to 'cli.py') 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", -- cgit v1.2.3