Skip to content

Commit

Permalink
Merge pull request #2385 from alandtse/dev
Browse files Browse the repository at this point in the history
fix: fix typo in import (#2384)
  • Loading branch information
alandtse authored Aug 2, 2024
2 parents 67205ea + 9e82c40 commit a08f33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/alexa_media/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
)
import async_timeout
from homeassistant import util
from homeassistant.components.persistent_notification import async_creat
from homeassistant.components.persistent_notification import async_create
from homeassistant.config_entries import SOURCE_IMPORT
from homeassistant.const import (
CONF_EMAIL,
Expand Down

0 comments on commit a08f33a

Please sign in to comment.