Skip to content

Commit 2da0996

Browse files
committed
update type path
1 parent eca876f commit 2da0996

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

zigpy_deconz/api.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,18 @@
1414
from asyncio import timeout as asyncio_timeout # pragma: no cover
1515

1616
from zigpy.config import CONF_DEVICE_PATH
17-
import zigpy.greenpower
1817
from zigpy.types import (
1918
APSStatus,
2019
Bool,
2120
Channels,
22-
GPDataFrame,
2321
KeyData,
2422
SerializableBytes,
2523
Struct,
2624
ZigbeePacket,
2725
)
26+
from zigpy.zgp.types import (
27+
GPDataFrame,
28+
)
2829
from zigpy.zdo.types import SimpleDescriptor
2930

3031
from zigpy_deconz.exception import APIException, CommandError

0 commit comments

Comments
 (0)