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
+1 -1
View File
@@ -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."""