Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 1, 2024
1 parent b7f8bd9 commit 2ff66db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apax/utils/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ def mod_md17(file_path):

os.remove(file_path)

return new_file_path
return new_file_path
2 changes: 1 addition & 1 deletion apax/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ def mod_config(config_path, updated_config):

for key, new_value in updated_config.items():
config_dict[key].update(new_value)
return config_dict
return config_dict
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ def load_and_dump_config(config_path, dump_path):

def load_config_and_run_training(config_path, updated_config):
config_dict = mod_config(config_path, updated_config)
run(config_dict)
run(config_dict)

0 comments on commit 2ff66db

Please sign in to comment.