mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
PyLint 1.5 fixes
This commit is contained in:
@@ -6,9 +6,11 @@ Interfaces with Z-Wave sensors.
|
||||
For more details about this platform, please refer to the documentation
|
||||
at https://home-assistant.io/components/zwave/
|
||||
"""
|
||||
# Because we do not compile openzwave on CI
|
||||
# pylint: disable=import-error
|
||||
from homeassistant.helpers.event import track_point_in_time
|
||||
import datetime
|
||||
|
||||
from homeassistant.helpers.event import track_point_in_time
|
||||
import homeassistant.util.dt as dt_util
|
||||
import homeassistant.components.zwave as zwave
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
Reference in New Issue
Block a user