Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Jun 11, 2024
1 parent e7fa8f4 commit 5e58d4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/mnist-pytorch/client/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 5e58d4d

Please sign in to comment.