Skip to content

Commit 5495096

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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)