Skip to content

Commit

Permalink
Update pyhap/accessory_driver.py
Browse files Browse the repository at this point in the history
Co-authored-by: J. Nick Koston <[email protected]>
  • Loading branch information
kormax and bdraco authored Oct 8, 2023
1 parent aeb5fed commit ba6bfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhap/accessory_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import tempfile
import threading
import time
from typing import Optional, List, Dict, Any
from typing import Optional, List, Dict, Any, Tuple

from zeroconf import ServiceInfo
from zeroconf.asyncio import AsyncZeroconf
Expand Down

0 comments on commit ba6bfaf

Please sign in to comment.