Skip to content

Commit

Permalink
Update example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Dec 12, 2023
1 parent be2eaa2 commit 7eac5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
PASSWORD = "my-password"


async def main():
async def main() -> None:
"""Main function."""
api = HeatzyClient(USERNAME, PASSWORD)
try:
Expand Down

0 comments on commit 7eac5c6

Please sign in to comment.