1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Unignore Ruff PLR in tests (#114470)

* Unignore Ruff PLR in tests

* Address review comments

* review comments

* fix import

* Update test_api.py

* Update test_api.py

* Update test_api.py
This commit is contained in:
Sid
2024-04-01 11:11:59 +02:00
committed by GitHub
parent dc59073f25
commit d5f883fbf0
169 changed files with 211 additions and 266 deletions

View File

@@ -4,7 +4,7 @@ from unittest.mock import patch
import pytest
import homeassistant.components.remote as remote
from homeassistant.components import remote
from homeassistant.components.remote import ATTR_COMMAND
from homeassistant.const import (
ATTR_ENTITY_ID,