Skip to content

Commit 8d63f8e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/stubtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ def verify_var(
13261326
elif stub.final_value is not None and stub.final_value != runtime:
13271327
yield Error(
13281328
object_path,
1329-
f"is inconsistent, stub value for Final var differs from runtime value",
1329+
"is inconsistent, stub value for Final var differs from runtime value",
13301330
stub,
13311331
runtime,
13321332
stub_desc=repr(stub.final_value),

0 commit comments

Comments
 (0)