Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery committed Nov 21, 2023
1 parent 3c8701d commit ca2e35e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pychromecast/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,9 @@ class CastListener(CastBrowser):
"""

def __init__(self, add_callback=None, remove_callback=None, update_callback=None):
_LOGGER.info("CastListener is deprecated and will be removed in June 2024, update to use CastBrowser instead")
_LOGGER.info(
"CastListener is deprecated and will be removed in June 2024, update to use CastBrowser instead"
)
listener = SimpleCastListener(add_callback, remove_callback, update_callback)
super().__init__(listener)

Expand Down

0 comments on commit ca2e35e

Please sign in to comment.