Skip to content

Commit 461d9c8

Browse files
Format with latest isort/black
1 parent 87e5ee6 commit 461d9c8

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

custom_components/solaredge_modbus_multi/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""The SolarEdge Modbus Multi Integration."""
2+
23
from __future__ import annotations
34

45
import asyncio

custom_components/solaredge_modbus_multi/binary_sensor.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Component to interface with binary sensors."""
2+
23
from __future__ import annotations
34

45
import logging

custom_components/solaredge_modbus_multi/button.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Component to interface with binary sensors."""
2+
23
from __future__ import annotations
34

45
import logging

custom_components/solaredge_modbus_multi/config_flow.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Config flow for the SolarEdge Modbus Multi integration."""
2+
23
from __future__ import annotations
34

45
import homeassistant.helpers.config_validation as cv

custom_components/solaredge_modbus_multi/const.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Constants used by SolarEdge Modbus Multi components."""
2+
23
from __future__ import annotations
34

45
import re

custom_components/solaredge_modbus_multi/diagnostics.py

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

45
from typing import Any

custom_components/solaredge_modbus_multi/repairs.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Repairs for SolarEdge Modbus Multi Device."""
2+
23
from __future__ import annotations
34

45
from typing import cast

custom_components/solaredge_modbus_multi/switch.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Switch platform for SolarEdge Modbus Multi."""
2+
23
from __future__ import annotations
34

45
import logging

0 commit comments

Comments
 (0)