Skip to content

Commit e830d65

Browse files
committed
Revert removal of input typing
1 parent 9fdcd19 commit e830d65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugwise/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ def __init__(
4545
password: str,
4646
timeout: int,
4747
websession: aiohttp.ClientSession,
48-
port=DEFAULT_PORT,
49-
username=DEFAULT_USERNAME,
48+
port: int = DEFAULT_PORT,
49+
username: str = DEFAULT_USERNAME,
5050
) -> None:
5151
"""Set the constructor for this class."""
5252
super().__init__(

0 commit comments

Comments
 (0)