Update pylint to 2.13.8 (#71280)

This commit is contained in:
Marc Mueller 2022-05-04 12:14:24 +02:00 committed by GitHub
parent ee8eac10c9
commit 6eef3c16f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 9 deletions

View file

@ -540,7 +540,6 @@ class ZWaveServices:
async def async_ping(self, service: ServiceCall) -> None:
"""Ping node(s)."""
# pylint: disable=no-self-use
_LOGGER.warning(
"This service is deprecated in favor of the ping button entity. Service "
"calls will still work for now but the service will be removed in a "