Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Dec 23, 2024
1 parent 95b3dd1 commit 6fafe24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/tests_rf/test_v2_urlz.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@ async def test_dhw_urls(
HTTPMethod.GET,
f"location/installationInfo?userId={usr_id}&includeTemperatureControlSystems=True",
) # type: ignore[assignment]
tcs_config = usr_installs[2]["gateways"][0]["temperatureControlSystems"][0]

for loc_config in usr_installs:
tcs_config = loc_config["gateways"][0]["temperatureControlSystems"][0]
if "dhw" in tcs_config:
Expand Down

0 comments on commit 6fafe24

Please sign in to comment.