Skip to content

Commit 5a707f4

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mypy/test/teststubtest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2599,7 +2599,9 @@ def test_output(self) -> None:
25992599
)
26002600
expected = (
26012601
"{}.bad is inconsistent, "
2602-
'stub parameter "number" differs from runtime parameter "num"\n'.format(TEST_MODULE_NAME)
2602+
'stub parameter "number" differs from runtime parameter "num"\n'.format(
2603+
TEST_MODULE_NAME
2604+
)
26032605
)
26042606
assert output == expected
26052607

0 commit comments

Comments
 (0)