1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Improve type hints for mock_bluetooth/enable_bluetooth (#118484)

This commit is contained in:
epenet
2024-05-31 04:16:45 +02:00
committed by GitHub
parent 2b7685b71d
commit 83e77720e9
45 changed files with 49 additions and 47 deletions

View File

@@ -41,7 +41,7 @@ from tests.common import MockConfigEntry
@pytest.fixture(autouse=True)
def mock_bluetooth(enable_bluetooth):
def mock_bluetooth(enable_bluetooth: None) -> None:
"""Auto mock bluetooth."""