mirror of
https://github.com/home-assistant/core.git
synced 2026-05-05 12:24:48 +02: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:
@@ -2,7 +2,7 @@
|
||||
|
||||
from unittest.mock import patch
|
||||
|
||||
import homeassistant.scripts as scripts
|
||||
from homeassistant import scripts
|
||||
|
||||
|
||||
@patch("homeassistant.scripts.get_default_config_dir", return_value="/default")
|
||||
|
||||
Reference in New Issue
Block a user