Skip to content

Commit 9237785

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

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tests/unit/test_formatter.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"func1('first argument', True, func2(kwarg={42: ['nested list item 1', "
2626
"'nested list item 2', 'nested list item 3']}), 0, indent=' ', "
2727
"spec=<rpm.spec object at 0x7fe1ae1a6b30>)",
28-
textwrap.dedent(
29-
"""\
28+
textwrap.dedent("""\
3029
func1(
3130
'first argument',
3231
True,
@@ -42,8 +41,7 @@
4241
0,
4342
indent=' ',
4443
spec=<rpm.spec object at 0x7fe1ae1a6b30>,
45-
)"""
46-
),
44+
)"""),
4745
),
4846
],
4947
)

0 commit comments

Comments
 (0)