From ad6a1e55f7b4d558d61c8d937815d461f0172de2 Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Fri, 21 Feb 2025 02:49:46 +0000 Subject: print result in examples/local.py for testing/demo --- examples/local.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'examples/local.py') diff --git a/examples/local.py b/examples/local.py index 660146d..73b8530 100644 --- a/examples/local.py +++ b/examples/local.py @@ -3,9 +3,4 @@ from gdpr_obfuscator import Obfuscator obfuscator = Obfuscator() -def main(): - print(obfuscator.process_local(path="mock_data.csv", pii_fields=["name", "email"])) - - -if __name__ == "__main__": - main() +print(obfuscator.process_local(path="mock_data.csv", pii_fields=["name", "email"])) -- cgit v1.2.3