From cddf8884732190bcfcf4fc4ef5c980b8964cf31a Mon Sep 17 00:00:00 2001 From: stefanhellander Date: Wed, 25 Oct 2023 12:27:08 +0200 Subject: [PATCH] Formatting --- fedn/fedn/network/combiner/connect.py | 1 + fedn/fedn/utils/dispatcher.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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: