Skip to content

Commit

Permalink
fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandut committed Jan 22, 2024
1 parent 2a73a01 commit 3b3eec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedeca/tests/test_bootstraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def trivial_split(df, n_clients):
bootstrap_seeds=bootstrap_seeds_list,
inplace=False,
)
print(f"Efficient Bootstrap")
print("Efficient Bootstrap")
compute_plan = execute_experiment(
client=clients[first_key],
strategy=btst_strategy,
Expand Down

0 comments on commit 3b3eec4

Please sign in to comment.