Skip to content

Commit 7da86ef

Browse files
committed
More linter suggestions
1 parent 1f2d7c7 commit 7da86ef

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

custom_components/easee/device_condition.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Provide the device conditions for easee_hass."""
2+
23
from __future__ import annotations
34

45
import voluptuous as vol

custom_components/easee/diagnostics.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Diagnostics support for Easee."""
2+
23
from __future__ import annotations
34

45
from typing import Any

custom_components/easee/system_health.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Provide info to system health."""
2+
23
from homeassistant.components import system_health
34
from homeassistant.core import HomeAssistant, callback
45

0 commit comments

Comments
 (0)