diff options
author | Anthony LaTorre <devnull@localhost> | 2013-11-08 22:03:49 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2021-05-09 08:42:39 -0700 |
commit | 8374553fcc23b127d0edd9d3f02239bc15d7d9d6 (patch) | |
tree | 63526ce7ca00eebb282d81f7c2a7831685efb717 /test/test_cache.py | |
parent | 4d81f5272d94c6e3d7932d5e06146ec1fcc99450 (diff) | |
download | chroma-8374553fcc23b127d0edd9d3f02239bc15d7d9d6.tar.gz chroma-8374553fcc23b127d0edd9d3f02239bc15d7d9d6.tar.bz2 chroma-8374553fcc23b127d0edd9d3f02239bc15d7d9d6.zip |
cleanup tests
Diffstat (limited to 'test/test_cache.py')
-rw-r--r-- | test/test_cache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_cache.py b/test/test_cache.py index b6b40d9..3ea10aa 100644 --- a/test/test_cache.py +++ b/test/test_cache.py @@ -1,4 +1,4 @@ -from unittest_find from unittest_find import unittest +from unittest_find import unittest import os import shutil import tempfile |