We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2818db9 commit f61253bCopy full SHA for f61253b
1 file changed
custom_components/foxess_modbus/__init__.py
@@ -9,7 +9,9 @@
9
import copy
10
import logging
11
import uuid
12
-from typing import Any, cast
+from typing import Any
13
+from typing import cast
14
+
15
16
from homeassistant.components.energy.data import async_get_manager
17
from homeassistant.config_entries import ConfigEntry
0 commit comments