commented out more unused imports
Code Quality Pipeline / Check Code (pull_request) Failing after 2m11s

This commit is contained in:
brian
2024-12-19 15:41:28 +00:00
parent b2773ecf09
commit c9da7378a1
2 changed files with 3 additions and 3 deletions
@@ -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(
@@ -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,