Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 22, 2025
commit 5a707f4a018043b90d4e50ef5321e55304d94158
4 changes: 3 additions & 1 deletion mypy/test/teststubtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2599,7 +2599,9 @@ def test_output(self) -> None:
)
expected = (
"{}.bad is inconsistent, "
'stub parameter "number" differs from runtime parameter "num"\n'.format(TEST_MODULE_NAME)
'stub parameter "number" differs from runtime parameter "num"\n'.format(
TEST_MODULE_NAME
)
)
assert output == expected

Expand Down
Loading