removed obsolete code

This commit is contained in:
Matthias Bisping 2022-03-30 18:17:35 +02:00
parent 258c1ab02d
commit cc8d87338c

View File

@ -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