Skip to content

Commit

Permalink
update type path
Browse files Browse the repository at this point in the history
  • Loading branch information
konistehrad committed Nov 28, 2023
1 parent 0e6d7bd commit fb29659
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions zigpy_deconz/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@
from asyncio import timeout as asyncio_timeout # pragma: no cover

from zigpy.config import CONF_DEVICE_PATH
import zigpy.greenpower
from zigpy.types import (
APSStatus,
Bool,
Channels,
GPDataFrame,
KeyData,
SerializableBytes,
Struct,
ZigbeePacket,
)
from zigpy.zgp.types import (
GPDataFrame,
)
from zigpy.zdo.types import SimpleDescriptor

from zigpy_deconz.exception import APIException, CommandError
Expand Down

0 comments on commit fb29659

Please sign in to comment.