Migrate backported StrEnum to built-in StrEnum (#97101)
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
"""Provides the constants needed for component."""
|
||||
from enum import IntFlag
|
||||
|
||||
from homeassistant.backports.enum import StrEnum
|
||||
from enum import IntFlag, StrEnum
|
||||
|
||||
# How long our auth signature on the content should be valid for
|
||||
CONTENT_AUTH_EXPIRY_TIME = 3600 * 24
|
||||
|
||||
Reference in New Issue
Block a user