Skip to content

Commit

Permalink
fix: fix typo in import (#2384)
Browse files Browse the repository at this point in the history
fix typo in last PR
  • Loading branch information
ChristophCaina authored Aug 2, 2024
1 parent 67205ea commit 9e82c40
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 9e82c40

Please sign in to comment.