Skip to content

Commit

Permalink
Update config_flow.py
Browse files Browse the repository at this point in the history
Fix typo in @callback: 
`in_progess_instances` -> `in_progress_instances`
  • Loading branch information
danielbrunt57 authored Sep 18, 2024
1 parent 263a92b commit cc5c8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/alexa_media/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def configured_instances(hass):


@callback
def in_progess_instances(hass):
def in_progress_instances(hass):
"""Return a set of in progress Alexa Media flows."""
return {entry["flow_id"] for entry in hass.config_entries.flow.async_progress()}

Expand Down

0 comments on commit cc5c8ca

Please sign in to comment.