mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Fix stray string literal in bluetooth test wrapper (#86228)
This commit is contained in:
@@ -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."""
|
||||
|
Reference in New Issue
Block a user