Fix stray string literal in bluetooth test wrapper (#86228)

This commit is contained in:
Aarni Koskela 2023-01-19 15:53:43 +02:00 committed by GitHub
parent 200d3ae845
commit 40d39a15c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ class BaseFakeBleakClient:
self._address = address_or_ble_device.address
async def disconnect(self, *args, **kwargs):
"""Disconnect.""" ""
"""Disconnect."""
async def get_services(self, *args, **kwargs):
"""Get services."""