mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Improve string formatting v6 (#33698)
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user