Skip to content

Commit 0048258

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/io/test_pprint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ class DataclassWithTwoItems:
407407
def test_consistent_pretty_printer(data: Any, expected: str) -> None:
408408
assert PrettyPrinter().pformat(data) == textwrap.dedent(expected).strip()
409409

410+
410411
@pytest.mark.parametrize(
411412
("sort_dicts"),
412413
(

0 commit comments

Comments
 (0)