removed obsolete code
This commit is contained in:
parent
258c1ab02d
commit
cc8d87338c
@ -1,11 +0,0 @@
|
||||
from image_prediction.model_loader.loader import ModelLoader
|
||||
|
||||
|
||||
class ModelLoaderMock(ModelLoader):
|
||||
|
||||
model = None
|
||||
classes = None
|
||||
|
||||
def load_model(self, identifier):
|
||||
assert self.model is not None, "Set the model to be returned first via monkeypatching"
|
||||
return self.model
|
||||
Loading…
x
Reference in New Issue
Block a user