Remove unnnecessary pylint configs from components/[a-d]* (#98911)

This commit is contained in:
Ville Skyttä 2023-08-24 01:54:02 +03:00 committed by GitHub
parent e471110288
commit 3b4774d9ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 27 additions and 51 deletions

View file

@ -26,7 +26,6 @@ from tests.common import MockConfigEntry, MockPlatform, mock_entity_platform
class SelectPlatform(MockPlatform):
"""Fake select platform."""
# pylint: disable=method-hidden
async def async_setup_entry(
self,
hass: HomeAssistant,