Skip to content

Commit

Permalink
Fix tunnel example.
Browse files Browse the repository at this point in the history
  • Loading branch information
basilfx committed Dec 2, 2020
1 parent b9f2320 commit 2854a5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/example_tunnel.py
Expand Up @@ -4,7 +4,8 @@
from xknx import XKNX
from xknx.dpt import DPTBinary
from xknx.io import GatewayScanner, Tunnel
from xknx.telegram import GroupAddress, GroupValueWrite, IndividualAddress, Telegram
from xknx.telegram import GroupAddress, IndividualAddress, Telegram
from xknx.telegram.apci import GroupValueWrite


async def main():
Expand Down

0 comments on commit 2854a5c

Please sign in to comment.