Remove some unneeded pylint suppressions (#32152)

This commit is contained in:
Ville Skyttä 2020-02-25 02:47:15 +02:00 committed by GitHub
parent a9e061270b
commit 9b2544c923
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 4 additions and 31 deletions

View file

@ -35,7 +35,7 @@ ChangeListener = Callable[
Optional[dict],
],
Awaitable[None],
] # pylint: disable=invalid-name
]
class CollectionError(HomeAssistantError):