diff --git a/examples/mnist-pytorch/client/predict.py b/examples/mnist-pytorch/client/predict.py index b37765c3b..aaf9f0f50 100644 --- a/examples/mnist-pytorch/client/predict.py +++ b/examples/mnist-pytorch/client/predict.py @@ -5,8 +5,6 @@ from data import load_data from model import load_parameters -from fedn.utils.helpers.helpers import save_metrics - dir_path = os.path.dirname(os.path.realpath(__file__)) sys.path.append(os.path.abspath(dir_path))