commented out more unused imports
Code Quality Pipeline / Check Code (pull_request) Failing after 2m11s
Code Quality Pipeline / Check Code (pull_request) Failing after 2m11s
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
import numpy as np
|
import numpy as np
|
||||||
from PIL import Image
|
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(
|
def same_image(
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
"""Integration tests related to model CRUD."""
|
"""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(
|
# def test_should_get_model(
|
||||||
# model_in_minio,
|
# model_in_minio,
|
||||||
|
|||||||
Reference in New Issue
Block a user