Skip to content

Commit a732ee7

Browse files
committed
Autoformatter
1 parent bdecce4 commit a732ee7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_cli_args.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515

1616

1717
@pytest.mark.parametrize("language", ["haskell"])
18-
def test_cli_params(
19-
language: str, tmp_path: Path, pytestconfig: pytest.Config
20-
):
18+
def test_cli_params(language: str, tmp_path: Path, pytestconfig: pytest.Config):
2119
conf = configuration(
2220
pytestconfig,
2321
"dedup",

0 commit comments

Comments
 (0)