diff options
Diffstat (limited to 'tests/gold')
| -rw-r--r-- | tests/gold/annotate/anno_dir/d_b039179a8a4ce2c2_b.py,cover | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gold/annotate/anno_dir/d_b039179a8a4ce2c2_b.py,cover b/tests/gold/annotate/anno_dir/d_b039179a8a4ce2c2_b.py,cover index 90d076f1..382f1901 100644 --- a/tests/gold/annotate/anno_dir/d_b039179a8a4ce2c2_b.py,cover +++ b/tests/gold/annotate/anno_dir/d_b039179a8a4ce2c2_b.py,cover @@ -1,3 +1,3 @@ > def b(x): -> msg = "x is %s" % x +> msg = f"x is {x}" > print(msg) |
