Skip to content

Commit

Permalink
Merge pull request #244 from marcelvriend/feature/fix-python3.9-support
Browse files Browse the repository at this point in the history
Fix broken Python 3.9 support
  • Loading branch information
isabellaalstrom authored Aug 16, 2022
2 parents be0a57b + c2a1c3c commit 7c92d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/grocy/helpers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Helpers for Grocy."""
from __future__ import annotations

import base64
from typing import Any, Dict, Tuple
Expand Down

0 comments on commit 7c92d0b

Please sign in to comment.