1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Remove inline pylint disables for messages disabled in pylintrc (#14978)

This commit is contained in:
Ville Skyttä
2018-06-16 01:15:46 +03:00
committed by Pascal Vizeli
parent d0cbbe6141
commit 4bd7a7eee3
171 changed files with 13 additions and 182 deletions

View File

@@ -4,7 +4,7 @@ Core components of Home Assistant.
Home Assistant is a Home Automation framework for observing the state
of entities and react to changes.
"""
# pylint: disable=unused-import, too-many-lines
# pylint: disable=unused-import
import asyncio
from concurrent.futures import ThreadPoolExecutor
import enum