Skip to content

Commit

Permalink
Fix tweak sources 2
Browse files Browse the repository at this point in the history
  • Loading branch information
arturpragacz committed Oct 4, 2024
1 parent 4013eec commit d6f4220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/onkyo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __new__(
if isinstance(meanings_raw, str):
meanings = [meanings_raw]

Check warning on line 68 in homeassistant/components/onkyo/const.py

View check run for this annotation

Codecov / codecov/patch

homeassistant/components/onkyo/const.py#L67-L68

Added lines #L67 - L68 were not covered by tests
else:
meanings = meanings_raw
meanings = list(meanings_raw)

Check warning on line 70 in homeassistant/components/onkyo/const.py

View check run for this annotation

Codecov / codecov/patch

homeassistant/components/onkyo/const.py#L70

Added line #L70 was not covered by tests

obj.value_meanings = meanings

Check warning on line 72 in homeassistant/components/onkyo/const.py

View check run for this annotation

Codecov / codecov/patch

homeassistant/components/onkyo/const.py#L72

Added line #L72 was not covered by tests

Expand Down

0 comments on commit d6f4220

Please sign in to comment.