diff options
author | Anthony LaTorre <devnull@localhost> | 2013-11-08 14:50:50 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2021-05-09 08:42:39 -0700 |
commit | 790a6774c75756dedf69eb7bf9e0a448206aeee2 (patch) | |
tree | 85081d44884558cbeb17640e0431e3278dfeee2e /test/test_io.py | |
parent | 88ebc2bcc8671667c5c283b3bac5e648ab15ca7b (diff) | |
download | chroma-790a6774c75756dedf69eb7bf9e0a448206aeee2.tar.gz chroma-790a6774c75756dedf69eb7bf9e0a448206aeee2.tar.bz2 chroma-790a6774c75756dedf69eb7bf9e0a448206aeee2.zip |
fix test_io.py from previous commit
Diffstat (limited to 'test/test_io.py')
-rw-r--r-- | test/test_io.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_io.py b/test/test_io.py index efcba33..7d0da97 100644 --- a/test/test_io.py +++ b/test/test_io.py @@ -1,4 +1,4 @@ -from unittest_find from unittest_find import unittest +from unittest_find import unittest from chroma.io import root from chroma import event import numpy as np |