From 6aa8722c071bcdf87ab22bb23d561ff65ca251f6 Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Fri, 14 Feb 2025 12:12:44 +0000 Subject: rename main csv reader function in cli.py & csv_reader.py --- cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli.py') diff --git a/cli.py b/cli.py index 45fc2f1..1911f5c 100644 --- a/cli.py +++ b/cli.py @@ -1,5 +1,5 @@ import argparse -from obfuscator import csv_reader +from obfuscator.csv_reader import read def main(): parser = argparse.ArgumentParser(description="gdpr-obfuscator") -- cgit v1.2.3