Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
panh99 committed Jan 22, 2025
1 parent fb9357c commit 2e77d2b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/py/flwr/cli/config_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ def load(toml_path: Path) -> Optional[dict[str, Any]]:
return tomli.load(toml_file)
except tomli.TOMLDecodeError:
return None
with toml_path.open("rb") as toml_file:
try:
return tomli.load(toml_file)
except tomli.TOMLDecodeError:
return None


def process_loaded_project_config(
Expand Down

0 comments on commit 2e77d2b

Please sign in to comment.