Skip to content

Commit

Permalink
fix pre-commit error
Browse files Browse the repository at this point in the history
  • Loading branch information
danrgll committed Jun 7, 2024
1 parent f8f36ae commit 3d55400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neps/utils/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ def get_initial_directory(pipeline_directory: Path | str | None = None) -> Path:


def get_searcher_data(
searcher: str | Path, loading_custom_searcher: bool = False
) -> (dict[str, Any], str):
searcher: str | Path, *, loading_custom_searcher: bool = False
) -> tuple[dict[str, Any], str]:
"""Returns the data from the YAML file associated with the specified searcher.
Args:
Expand Down

0 comments on commit 3d55400

Please sign in to comment.