We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e721b6c commit bde8fabCopy full SHA for bde8fab
1 file changed
tests/cmd/test_git.py
@@ -18,7 +18,7 @@
18
19
@pytest.mark.parametrize("path_type", [str, pathlib.Path])
20
def test_git_constructor(
21
- path_type: t.Callable[[str | pathlib.Path], t.Any],
+ path_type: t.Callable[[str | pathlib.Path], str | pathlib.Path],
22
tmp_path: pathlib.Path,
23
) -> None:
24
"""Test Git constructor."""
0 commit comments