Skip to content

Commit 3961e3e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ff0df87 commit 3961e3e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_package_generation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ def test_pip_installable(
112112

113113
@pytest.mark.parametrize("funder", ["", "STFC", "UKRI", "Wellcome Trust"])
114114
def test_optional_funder(
115-
funder: str, default_config_with: typing.Callable,
116-
generate_package: typing.Callable
115+
funder: str, default_config_with: typing.Callable, generate_package: typing.Callable
117116
) -> None:
118117
"""Test specifying funder or not in package generation."""
119118
config = default_config_with("funder", funder)

0 commit comments

Comments
 (0)