Skip to content

Commit

Permalink
docs: replace deprecated Text with str
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed May 7, 2023
1 parent 358fd5c commit d6e706d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/alexa_media/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ async def calculate_uuid(hass, email: str, url: str) -> dict:
Args
hass (bool): Hass entity
url (Text): url for account
email (Text): email for account
url (str): url for account
email (str): email for account
Returns
dict: dictionary with uuid and index
Expand Down

0 comments on commit d6e706d

Please sign in to comment.