Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorvaladi committed Apr 8, 2024
1 parent 3c0006d commit 79c60c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flower-client/client/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import os

import fire
from fedn.utils.flowercompat.client_app_adapter import FlwrClientAppAdapter
from flwr_client import app

from fedn.utils.flowercompat.client_app_adapter import FlwrClientAppAdapter
from fedn.utils.helpers.helpers import get_helper, save_metadata, save_metrics

HELPER_MODULE = "numpyhelper"
Expand Down

0 comments on commit 79c60c3

Please sign in to comment.