aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-17 15:58:58 +0000
committerAlex Schofield <git@ajschof.me>2025-02-17 15:58:58 +0000
commit7a4057196cb9282355b1eff6f06ee5a3c33e4e67 (patch)
tree0427e740194778b0e2bcfaca7ac7effeb16d7507 /test
parent4069a46dfb70ca98d8b2dfb671673c41b0f7c2e5 (diff)
downloadgdpr-obfuscator-7a4057196cb9282355b1eff6f06ee5a3c33e4e67.tar.gz
gdpr-obfuscator-7a4057196cb9282355b1eff6f06ee5a3c33e4e67.zip
remove unused import in test_csv_reader.py
Diffstat (limited to 'test')
-rw-r--r--test/test_csv_reader.py1
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()
git.ajschof.me — hosted by ajschofield — powered by cgit