Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng committed Nov 4, 2024
1 parent ba690fd commit 512f17b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/py/flwr/cli/config_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ def validate_federation_in_project_config(

# Validate the federation exists in the configuration
federation_config = config["tool"]["flwr"]["federations"].get(federation)
print(federation_config)
if federation_config is None:
available_feds = {
fed for fed in config["tool"]["flwr"]["federations"] if fed != "default"
Expand Down

0 comments on commit 512f17b

Please sign in to comment.