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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
45 changed files with 49 additions and 47 deletions

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."""