diff options
| author | deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | 2025-02-17 01:17:37 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-17 01:17:37 +0000 |
| commit | cf1376862fb2f58c2e837338ed9c765439ffa1b9 (patch) | |
| tree | 4331016762f96c0861b46ac67343a0769f038fa6 /test/test_csv_reader.py | |
| parent | f612f71ef5d09ce93526b4268173c612f06ae701 (diff) | |
| download | gdpr-obfuscator-cf1376862fb2f58c2e837338ed9c765439ffa1b9.tar.gz gdpr-obfuscator-cf1376862fb2f58c2e837338ed9c765439ffa1b9.zip | |
style: format code with Autopep8, Black and Ruff Formatter
This commit fixes the style issues introduced in f612f71 according to the output
from Autopep8, Black and Ruff Formatter.
Details: https://github.com/ajschofield/gdpr-obfuscator/pull/1
Diffstat (limited to 'test/test_csv_reader.py')
| -rw-r--r-- | test/test_csv_reader.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_csv_reader.py b/test/test_csv_reader.py index 48a808c..e62c093 100644 --- a/test/test_csv_reader.py +++ b/test/test_csv_reader.py @@ -6,6 +6,7 @@ import pytest reader = CSVReader() + def test_empty_csv_should_return_no_content(): content = "" result = reader.read_string(content) |
