Improve type hints for mock_bluetooth/enable_bluetooth (#118484)
This commit is contained in:
parent
2b7685b71d
commit
83e77720e9
45 changed files with 49 additions and 47 deletions
|
@ -4,5 +4,5 @@ import pytest
|
|||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def mock_bluetooth(enable_bluetooth):
|
||||
def mock_bluetooth(enable_bluetooth: None) -> None:
|
||||
"""Auto mock bluetooth."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue