Skip to content

Commit

Permalink
use built-in StrEnum
Browse files Browse the repository at this point in the history
  • Loading branch information
farmio committed Oct 25, 2023
1 parent 007323f commit 77b9839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/fronius/const.py
@@ -1,7 +1,7 @@
"""Constants for the Fronius integration."""
from enum import StrEnum
from typing import Final, NamedTuple, TypedDict

from homeassistant.backports.enum import StrEnum
from homeassistant.helpers.device_registry import DeviceInfo
from homeassistant.helpers.typing import StateType

Expand Down

0 comments on commit 77b9839

Please sign in to comment.