From c9da7378a188caf7a52b45aa7f9664b539eb49b0 Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 19 Dec 2024 15:41:28 +0000 Subject: [PATCH] commented out more unused imports --- shared/datastore/tests/integration/image_crud_test.py | 2 +- shared/datastore/tests/integration/model_crud_test.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/datastore/tests/integration/image_crud_test.py b/shared/datastore/tests/integration/image_crud_test.py index 41f03a6..e91c9a0 100644 --- a/shared/datastore/tests/integration/image_crud_test.py +++ b/shared/datastore/tests/integration/image_crud_test.py @@ -3,7 +3,7 @@ import numpy as np from PIL import Image -from shared.datastore import connect_minio, get_image, put_image +# from shared.datastore import connect_minio, get_image, put_image def same_image( diff --git a/shared/datastore/tests/integration/model_crud_test.py b/shared/datastore/tests/integration/model_crud_test.py index be331b7..a5e126a 100644 --- a/shared/datastore/tests/integration/model_crud_test.py +++ b/shared/datastore/tests/integration/model_crud_test.py @@ -1,8 +1,8 @@ """Integration tests related to model CRUD.""" -from torch.nn import Module +# from torch.nn import Module -from shared.datastore import connect_minio, get_model, put_model +# from shared.datastore import connect_minio, get_model, put_model # def test_should_get_model( # model_in_minio,