Skip to content

Commit f61253b

Browse files
authored
Update __init__.py
Changed to from typing import Any from typing import cast
1 parent 2818db9 commit f61253b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

custom_components/foxess_modbus/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
import copy
1010
import logging
1111
import uuid
12-
from typing import Any, cast
12+
from typing import Any
13+
from typing import cast
14+
1315

1416
from homeassistant.components.energy.data import async_get_manager
1517
from homeassistant.config_entries import ConfigEntry

0 commit comments

Comments
 (0)