Update black to 23.1.0 (#87188)
This commit is contained in:
parent
f7666239ff
commit
5e81d28116
312 changed files with 299 additions and 475 deletions
|
@ -27,7 +27,7 @@ def assert_sensor_state(
|
|||
assert state
|
||||
actual_state = state.state
|
||||
assert actual_state == expected_state
|
||||
for (key, value) in attributes.items():
|
||||
for key, value in attributes.items():
|
||||
assert key in state.attributes
|
||||
assert state.attributes[key] == value
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue