Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Nov 1, 2024
1 parent e9c5c2b commit dcb46e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aiohomekit/controller/ip/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
import asyncio
import logging
import socket
from typing import TYPE_CHECKING, Any, Iterable
from typing import TYPE_CHECKING, Any
from collections.abc import Iterable

import aiohappyeyeballs
from async_interrupt import interrupt
Expand Down

0 comments on commit dcb46e2

Please sign in to comment.