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:
committed by
Pascal Vizeli
parent
d0cbbe6141
commit
4bd7a7eee3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user