diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/local.py | 7 |
1 files changed, 1 insertions, 6 deletions
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"])) |
