Skip to content

Commit

Permalink
add type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
sim0nx committed Oct 23, 2023
1 parent 8fb5f0a commit fc55640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhab/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def get_item_persistence(self,
"state": "23"
}
"""
params = {'boundary': str(boundary).lower(),
params: typing.Dict[str, typing.Any] = {'boundary': str(boundary).lower(),
'page': page,
'pagelength': page_length,
}
Expand Down

0 comments on commit fc55640

Please sign in to comment.