Skip to content

Commit

Permalink
Fix #28
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Bloemberg committed Dec 28, 2019
1 parent 7693c08 commit 1b2ea3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rflink/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def __init__(
self,
loop: Optional[asyncio.AbstractEventLoop] = None,
disconnect_callback: Optional[Callable[[Optional[Exception]], None]] = None,
**kwargs: Any
) -> None:
"""Initialize class."""
if loop:
Expand Down

0 comments on commit 1b2ea3d

Please sign in to comment.