Skip to content

Commit

Permalink
Add type annotations to controllers/media.py (#799)
Browse files Browse the repository at this point in the history
* Add type annotations to controllers/media.py

* Format code
  • Loading branch information
emontnemery authored Jan 23, 2024
1 parent 5beee1f commit ebf9b7b
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 120 deletions.
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ disallow_untyped_decorators = true
disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
files = pychromecast/config.py, pychromecast/const.py, pychromecast/dial.py, pychromecast/discovery.py, pychromecast/error.py, pychromecast/models.py, pychromecast/response_handler.py, pychromecast/controllers/__init__.py, pychromecast/controllers/receiver.py
files = pychromecast/config.py, pychromecast/const.py, pychromecast/dial.py, pychromecast/discovery.py, pychromecast/error.py, pychromecast/models.py, pychromecast/response_handler.py, pychromecast/controllers/__init__.py, pychromecast/controllers/media.py, pychromecast/controllers/receiver.py
Loading

0 comments on commit ebf9b7b

Please sign in to comment.