From 6ad17315d1d6a174b9ba7c597947e211ee87f40f Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Fri, 14 Feb 2025 12:25:41 +0000 Subject: add separate functions for reading locally and from s3 bucket --- cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli.py') diff --git a/cli.py b/cli.py index 81114d2..0bbaf89 100644 --- a/cli.py +++ b/cli.py @@ -1,5 +1,5 @@ import argparse -from obfuscator.csv_reader import read +from obfuscator.csv_reader import read_local, read_s3 def main(): parser = argparse.ArgumentParser(description="gdpr-obfuscator") -- cgit v1.2.3