From 5e58d4d92a83afca7b87f458800c8a245c979129 Mon Sep 17 00:00:00 2001 From: Fredrik Wrede Date: Tue, 11 Jun 2024 15:40:01 +0000 Subject: [PATCH] fix import --- examples/mnist-pytorch/client/predict.py | 2 -- 1 file changed, 2 deletions(-) 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))