diff options
author | Munyoki Kilyungi | 2023-09-04 22:49:07 +0300 |
---|---|---|
committer | BonfaceKilz | 2023-09-05 14:57:51 +0300 |
commit | 5d402e298cb3555b53978406479e2c5969ff38e2 (patch) | |
tree | 20b6caaa5e197dea5f5f854a348be5fbd4db7adf /tests | |
parent | 92cf784b1afae088122ef8af556d6df6d66de5f9 (diff) | |
download | genenetwork3-5d402e298cb3555b53978406479e2c5969ff38e2.tar.gz |
Remove unused import
* tests/unit/test_file_utils.py: Delete gn3.cache_ipfs_file
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/test_file_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/test_file_utils.py b/tests/unit/test_file_utils.py index 9e40d82..4bbe055 100644 --- a/tests/unit/test_file_utils.py +++ b/tests/unit/test_file_utils.py @@ -9,7 +9,6 @@ import pytest from gn3.fs_helpers import extract_uploaded_file from gn3.fs_helpers import get_dir_hash from gn3.fs_helpers import jsonfile_to_dict -from gn3.fs_helpers import cache_ipfs_file @dataclass |