Remove some unneeded pylint suppressions (#32152)
This commit is contained in:
parent
a9e061270b
commit
9b2544c923
23 changed files with 4 additions and 31 deletions
|
@ -12,10 +12,7 @@ if TYPE_CHECKING:
|
|||
from .connection import ActiveConnection # noqa
|
||||
|
||||
|
||||
WebSocketCommandHandler = Callable[
|
||||
[HomeAssistant, "ActiveConnection", dict], None
|
||||
] # pylint: disable=invalid-name
|
||||
|
||||
WebSocketCommandHandler = Callable[[HomeAssistant, "ActiveConnection", dict], None]
|
||||
|
||||
DOMAIN = "websocket_api"
|
||||
URL = "/api/websocket"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue