diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-19 15:40:39 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-19 15:40:39 +0000 |
| commit | ef3f16de8d93821d54344d5cdd16d8deee0b016c (patch) | |
| tree | 10e76d2b97fba4efadb6ad8fe2ea423b4bdc8b5a /test | |
| parent | 1608d01bb68c1f6292b04c70caa609d34943b371 (diff) | |
| download | gdpr-obfuscator-ef3f16de8d93821d54344d5cdd16d8deee0b016c.tar.gz gdpr-obfuscator-ef3f16de8d93821d54344d5cdd16d8deee0b016c.zip | |
wrap write functions in class and update references
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_write.py | 2 |
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): |
