Skip to content

Commit

Permalink
update type hint to allow str or Path for root
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf authored and pvandyken committed Jan 11, 2025
1 parent a395fa7 commit ffb7752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakebids/tests/test_plugins/test_snakemake.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def check_write_config(
mock: MockType,
config_file: Path,
config: dict[str, Any],
root: Path,
root: str | Path,
):
mock.assert_called_once_with(
config_file=config_file,
Expand Down

0 comments on commit ffb7752

Please sign in to comment.