mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 02:13:44 +02:00
Improve type hints for mock_bluetooth/enable_bluetooth (#118484)
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user