aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_write.py
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-19 15:40:39 +0000
committerAlex Schofield <git@ajschof.me>2025-02-19 15:40:39 +0000
commitef3f16de8d93821d54344d5cdd16d8deee0b016c (patch)
tree10e76d2b97fba4efadb6ad8fe2ea423b4bdc8b5a /test/test_write.py
parent1608d01bb68c1f6292b04c70caa609d34943b371 (diff)
downloadgdpr-obfuscator-ef3f16de8d93821d54344d5cdd16d8deee0b016c.tar.gz
gdpr-obfuscator-ef3f16de8d93821d54344d5cdd16d8deee0b016c.zip
wrap write functions in class and update references
Diffstat (limited to 'test/test_write.py')
-rw-r--r--test/test_write.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_write.py b/test/test_write.py
index eceac28..f339799 100644
--- a/test/test_write.py
+++ b/test/test_write.py
@@ -1,6 +1,6 @@
import io
import csv
-from obfuscator.csv_writer import create_byte_stream
+from obfuscator.write import create_byte_stream
def csv_bytes_to_list(csv_bytes: bytes):
git.ajschof.me — hosted by ajschofield — powered by cgit