Improve string formatting v6 (#33698)
This commit is contained in:
parent
d7e3b0b755
commit
eae21be5b9
43 changed files with 81 additions and 87 deletions
|
@ -38,7 +38,7 @@ def teardown():
|
|||
|
||||
|
||||
def _path_for(leaf_name):
|
||||
return os.path.join(TMP_DIR, leaf_name + ".json")
|
||||
return os.path.join(TMP_DIR, f"{leaf_name}.json")
|
||||
|
||||
|
||||
def test_save_and_load():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue