aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordeepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>2025-02-14 14:04:18 +0000
committerGitHub <noreply@github.com>2025-02-14 14:04:18 +0000
commitc8df3c6d06dcb2ba6720a17bf3b6db67693c41dd (patch)
tree8a3c21163766a69470071d31028905f1ac75bec6
parent5082d0296afd777d54dfae058ddb6b35e69a96f7 (diff)
downloadgdpr-obfuscator-c8df3c6d06dcb2ba6720a17bf3b6db67693c41dd.tar.gz
gdpr-obfuscator-c8df3c6d06dcb2ba6720a17bf3b6db67693c41dd.zip
style: format code with Autopep8, Black and Ruff Formatter
This commit fixes the style issues introduced in 5082d02 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/gdpr-obfuscator/pull/1
-rw-r--r--test/test_csv_reader.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_csv_reader.py b/test/test_csv_reader.py
index fb5996d..03c6e4b 100644
--- a/test/test_csv_reader.py
+++ b/test/test_csv_reader.py
@@ -8,6 +8,7 @@ reader = CSVReader()
### TODO : TESTS ARE BROKEN, FIX THEM IN NEXT BRANCH ###
+
def test_empty_csv_should_return_no_content():
content = ""
result = csv_reader(content)
git.ajschof.me — hosted by ajschofield — powered by cgit