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
Next Next commit
Update mypy/stubtest.py
  • Loading branch information
hauntsaninja authored Feb 22, 2026
commit 8949fd4fb8407642b3e67895a1ad780e13eeac14
2 changes: 1 addition & 1 deletion mypy/stubtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ def verify_var(
elif stub.final_value is not None and stub.final_value != runtime:
yield Error(
object_path,
f"is inconsistent, stub value {stub.final_value!r} differs from runtime value",
f"is inconsistent, stub value for Final var differs from runtime value",
stub,
runtime,
stub_desc=repr(stub.final_value),
Expand Down
Loading