Add return type to tests without arguments (#87613)
* Add return type to tests without arguments * Black * Cancel fixture amends
This commit is contained in:
parent
fb4c0b4b7a
commit
4142f0d15d
99 changed files with 473 additions and 459 deletions
|
@ -2,7 +2,7 @@
|
|||
from homeassistant.components.conversation.util import create_matcher
|
||||
|
||||
|
||||
def test_create_matcher():
|
||||
def test_create_matcher() -> None:
|
||||
"""Test the create matcher method."""
|
||||
# Basic sentence
|
||||
pattern = create_matcher("Hello world")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue