Clean up unneeded ruff noqa directives (#113616)

This commit is contained in:
Sid 2024-03-16 20:48:37 +01:00 committed by GitHub
parent c57dcacade
commit 6ee273a548
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 48 additions and 63 deletions

View file

@ -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[