Skip to content

Commit

Permalink
Add type annotations to discovery.py (#793)
Browse files Browse the repository at this point in the history
* Add type annotations to discovery.py

* Don't rename parameters when implementing interface
  • Loading branch information
emontnemery authored Jan 17, 2024
1 parent 1dc2770 commit e2bdbff
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 76 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/error.py, pychromecast/models.py, pychromecast/response_handler.py
files = pychromecast/config.py, pychromecast/const.py, pychromecast/dial.py, pychromecast/discovery.py, pychromecast/error.py, pychromecast/models.py, pychromecast/response_handler.py
Loading

0 comments on commit e2bdbff

Please sign in to comment.