diff --git a/fedn/fedn/network/combiner/connect.py b/fedn/fedn/network/combiner/connect.py index 30446c35f..4c1c94266 100644 --- a/fedn/fedn/network/combiner/connect.py +++ b/fedn/fedn/network/combiner/connect.py @@ -10,6 +10,7 @@ from fedn.common.log_config import logger + class Status(enum.Enum): """ Enum for representing the status of a combiner announcement.""" Unassigned = 0 diff --git a/fedn/fedn/utils/dispatcher.py b/fedn/fedn/utils/dispatcher.py index a3aab7d8e..8b80a5e16 100644 --- a/fedn/fedn/utils/dispatcher.py +++ b/fedn/fedn/utils/dispatcher.py @@ -1,5 +1,5 @@ -from fedn.utils.process import run_process from fedn.common.log_config import logger +from fedn.utils.process import run_process class Dispatcher: