mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Improve string formatting v6 (#33698)
This commit is contained in:
@@ -31,7 +31,7 @@ class TestLiteJetLight(unittest.TestCase):
|
||||
self.load_deactivated_callbacks = {}
|
||||
|
||||
def get_load_name(number):
|
||||
return "Mock Load #" + str(number)
|
||||
return f"Mock Load #{number}"
|
||||
|
||||
def on_load_activated(number, callback):
|
||||
self.load_activated_callbacks[number] = callback
|
||||
|
||||
Reference in New Issue
Block a user