diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-17 15:58:58 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-17 15:58:58 +0000 |
| commit | 7a4057196cb9282355b1eff6f06ee5a3c33e4e67 (patch) | |
| tree | 0427e740194778b0e2bcfaca7ac7effeb16d7507 | |
| parent | 4069a46dfb70ca98d8b2dfb671673c41b0f7c2e5 (diff) | |
| download | gdpr-obfuscator-7a4057196cb9282355b1eff6f06ee5a3c33e4e67.tar.gz gdpr-obfuscator-7a4057196cb9282355b1eff6f06ee5a3c33e4e67.zip | |
remove unused import in test_csv_reader.py
| -rw-r--r-- | test/test_csv_reader.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_csv_reader.py b/test/test_csv_reader.py index e62c093..7f54c25 100644 --- a/test/test_csv_reader.py +++ b/test/test_csv_reader.py @@ -2,7 +2,6 @@ # Author: Alex Schofield from obfuscator.csv_reader import CSVReader -import pytest reader = CSVReader() |
