diff options
| author | Alex Schofield <git@ajschof.me> | 2025-03-02 17:57:56 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-03-02 17:57:56 +0000 |
| commit | 4818d450e4ac02d80749b2ddc3474a632e2eecdc (patch) | |
| tree | ee910743606bc82b81256972ec6575be4a09088b /gdpr_obfuscator/read.py | |
| parent | 5b8a40ff7d67c14384aceae4eb08112d4d337a4f (diff) | |
| download | gdpr-obfuscator-4818d450e4ac02d80749b2ddc3474a632e2eecdc.tar.gz gdpr-obfuscator-4818d450e4ac02d80749b2ddc3474a632e2eecdc.zip | |
rename DataReader class to more appropriate name FileHandler
Diffstat (limited to 'gdpr_obfuscator/read.py')
| -rw-r--r-- | gdpr_obfuscator/read.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdpr_obfuscator/read.py b/gdpr_obfuscator/read.py index 27f2a3d..a3761ae 100644 --- a/gdpr_obfuscator/read.py +++ b/gdpr_obfuscator/read.py @@ -5,7 +5,7 @@ from typing import List, Dict from .utils import Utilities -class DataReader: +class FileHandler: """ A class to read CSV data from a local file, S3 object, or string. Near the project completion, support for JSON/Parquet files will be added. |
