aboutsummaryrefslogtreecommitdiffstats
path: root/cli.py
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-19 15:28:58 +0000
committerAlex Schofield <git@ajschof.me>2025-02-19 15:28:58 +0000
commit7e3553e936958a7fc80c7d4ebae4adeb0f634851 (patch)
treed127f05d0a4562289d7333f46e3879efb5eb7427 /cli.py
parent422acef7a0762089298e9eae9944877e788fd94d (diff)
downloadgdpr-obfuscator-7e3553e936958a7fc80c7d4ebae4adeb0f634851.tar.gz
gdpr-obfuscator-7e3553e936958a7fc80c7d4ebae4adeb0f634851.zip
remove unused json import from cli.py
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 40c777f..7ffccd8 100644
--- a/cli.py
+++ b/cli.py
@@ -1,5 +1,4 @@
import argparse
-import json
from obfuscator.csv_reader import CSVReader
from obfuscator.obfuscate import obfuscate
from obfuscator.logger import get_logger
git.ajschof.me — hosted by ajschofield — powered by cgit