mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +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:
@@ -10,7 +10,7 @@ from aiohttp.web_exceptions import HTTPUnauthorized
|
||||
from aiohttp.web_middlewares import middleware
|
||||
import pytest
|
||||
|
||||
import homeassistant.components.http as http
|
||||
from homeassistant.components import http
|
||||
from homeassistant.components.http import KEY_AUTHENTICATED, KEY_HASS
|
||||
from homeassistant.components.http.ban import (
|
||||
IP_BANS_FILE,
|
||||
|
||||
Reference in New Issue
Block a user