From c8df3c6d06dcb2ba6720a17bf3b6db67693c41dd Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 14:04:18 +0000 Subject: 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 --- test/test_csv_reader.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_csv_reader.py') 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) -- cgit v1.2.3