Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhellander committed Oct 25, 2023
1 parent 662da5e commit cddf888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fedn/fedn/network/combiner/connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fedn/fedn/utils/dispatcher.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit cddf888

Please sign in to comment.