aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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