Skip to content

Commit

Permalink
Fix code formatting (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
ol-iver authored Feb 3, 2024
1 parent 7ad8686 commit 4c3db0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions denonavr/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,9 +447,9 @@ async def async_get_sources_deviceinfo(self) -> Dict[str, str]:
# Get list of all input sources of receiver
xml_list = xml_zonecapa.find("./InputSource/List")
for xml_source in xml_list.findall("Source"):
receiver_sources[
xml_source.find("FuncName").text
] = xml_source.find("DefaultName").text
receiver_sources[xml_source.find("FuncName").text] = (
xml_source.find("DefaultName").text
)

return receiver_sources

Expand Down

0 comments on commit 4c3db0e

Please sign in to comment.