aboutsummaryrefslogtreecommitdiffstats
path: root/obfuscator/csv_reader.py
diff options
context:
space:
mode:
authordeepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>2025-02-14 13:47:05 +0000
committerGitHub <noreply@github.com>2025-02-14 13:47:05 +0000
commit0f29d52ba932eeed2ae5826c31cbe9a379fd4579 (patch)
treedfb7e6025607c503fb7e5e70abf0f8ba91e7e212 /obfuscator/csv_reader.py
parent6182930c3ea53932c6153dd101264cb90c90f979 (diff)
downloadgdpr-obfuscator-0f29d52ba932eeed2ae5826c31cbe9a379fd4579.tar.gz
gdpr-obfuscator-0f29d52ba932eeed2ae5826c31cbe9a379fd4579.zip
style: format code with Autopep8, Black and Ruff Formatter
This commit fixes the style issues introduced in 6182930 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/gdpr-obfuscator/pull/1
Diffstat (limited to 'obfuscator/csv_reader.py')
-rw-r--r--obfuscator/csv_reader.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/obfuscator/csv_reader.py b/obfuscator/csv_reader.py
index 42e8f8a..5bc91dc 100644
--- a/obfuscator/csv_reader.py
+++ b/obfuscator/csv_reader.py
@@ -4,6 +4,7 @@ from logger import get_logger
logger = get_logger("CSVReader")
+
class CSVReader:
def __init__(self, path: str):
self.path = path
@@ -27,6 +28,3 @@ class CSVReader:
def read_s3(self) -> List[Dict[str, str]]:
return []
-
-
-
git.ajschof.me — hosted by ajschofield — powered by cgit