Clean up unneeded ruff noqa directives (#113616)
This commit is contained in:
parent
c57dcacade
commit
6ee273a548
42 changed files with 48 additions and 63 deletions
|
@ -8,7 +8,7 @@ from typing import TYPE_CHECKING, Any, Final
|
|||
from homeassistant.core import HomeAssistant
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from .connection import ActiveConnection # noqa: F401
|
||||
from .connection import ActiveConnection
|
||||
|
||||
|
||||
WebSocketCommandHandler = Callable[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue