aboutsummaryrefslogtreecommitdiffstats
path: root/obfuscator
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-19 15:37:16 +0000
committerAlex Schofield <git@ajschof.me>2025-02-19 15:37:16 +0000
commitae89b05dbc8feebc1410f39143c0d829f8704235 (patch)
tree17b42dfdd3059c29ed19a2fb5ff8376175f3c367 /obfuscator
parent7e3553e936958a7fc80c7d4ebae4adeb0f634851 (diff)
downloadgdpr-obfuscator-ae89b05dbc8feebc1410f39143c0d829f8704235.tar.gz
gdpr-obfuscator-ae89b05dbc8feebc1410f39143c0d829f8704235.zip
rename CSVReader to DataReader & update references
Diffstat (limited to 'obfuscator')
-rw-r--r--obfuscator/read.py (renamed from obfuscator/csv_reader.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/obfuscator/csv_reader.py b/obfuscator/read.py
index 1f503d7..b704643 100644
--- a/obfuscator/csv_reader.py
+++ b/obfuscator/read.py
@@ -7,7 +7,7 @@ from obfuscator.logger import get_logger
from obfuscator.utils import Utilities
-class CSVReader:
+class DataReader:
"""
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.
git.ajschof.me — hosted by ajschofield — powered by cgit