Skip to content

Commit

Permalink
fix: Remove deprecated homeassistant.backports.enum (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuffy2 authored Sep 5, 2024
1 parent f193d46 commit 596c9db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/eufy_security/model.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from dataclasses import dataclass
from enum import Enum, auto
from enum import auto, Enum, StrEnum

from homeassistant.backports.enum import StrEnum
from homeassistant.config_entries import ConfigEntry


Expand Down

0 comments on commit 596c9db

Please sign in to comment.