mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Fix stray string literal in bluetooth test wrapper (#86228)
This commit is contained in:
parent
200d3ae845
commit
40d39a15c9
@ -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."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user