mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +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:
@@ -9,8 +9,7 @@ from unittest.mock import Mock, call, patch
|
||||
|
||||
import pytest
|
||||
|
||||
from homeassistant.components import zone
|
||||
import homeassistant.components.device_tracker as device_tracker
|
||||
from homeassistant.components import device_tracker, zone
|
||||
from homeassistant.components.device_tracker import SourceType, const, legacy
|
||||
from homeassistant.const import (
|
||||
ATTR_ENTITY_PICTURE,
|
||||
|
||||
Reference in New Issue
Block a user