Skip to content

Commit 3de92ef

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5821f19 commit 3de92ef

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_lists.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,5 @@
2727
([range(1, 4)], "1, 2 and 3"),
2828
],
2929
)
30-
def test_natural_list(
31-
test_args: Iterable[Any], expected: str
32-
) -> None:
30+
def test_natural_list(test_args: Iterable[Any], expected: str) -> None:
3331
assert humanize.natural_list(*test_args) == expected

0 commit comments

Comments
 (0)