Skip to content

Commit

Permalink
added kwargs to SIAClient aio
Browse files Browse the repository at this point in the history
  • Loading branch information
eavanvalkenburg committed Apr 17, 2023
1 parent 73bfe1c commit 0df5af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pysiaalarm/aio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from types import TracebackType
from typing import Any, Type

from .. import __author__, __copyright__, __license__, __version__
from ..account import SIAAccount
from ..base_client import BaseSIAClient
from ..event import SIAEvent
Expand Down Expand Up @@ -43,6 +42,7 @@ def __init__(
port: int,
accounts: list[SIAAccount],
function: Callable[[SIAEvent], Awaitable[None]],
**kwargs: Any,
):
"""Create the asynchronous SIA Client object.
Expand Down

0 comments on commit 0df5af7

Please sign in to comment.