Skip to content

Commit

Permalink
chore: fix mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Sep 21, 2019
1 parent bbede43 commit bf3c655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/alexa_media/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

async def add_devices(account: Text,
devices: List[EntityComponent],
add_devices_callback: callable,
add_devices_callback: Callable,
include_filter: List[Text] = [],
exclude_filter: List[Text] = []) -> bool:
"""Add devices using add_devices_callback."""
Expand Down

0 comments on commit bf3c655

Please sign in to comment.