From e93f71c0358b97314f9e0ee128281def71324e88 Mon Sep 17 00:00:00 2001 From: Lucas Abel <22837557+uael@users.noreply.github.com> Date: Mon, 27 Mar 2023 14:27:48 -0700 Subject: [PATCH] Add missing `Connection` import --- bumble/profiles/asha_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bumble/profiles/asha_service.py b/bumble/profiles/asha_service.py index 139d304..1b1e93a 100644 --- a/bumble/profiles/asha_service.py +++ b/bumble/profiles/asha_service.py @@ -20,7 +20,7 @@ import struct import logging from typing import List from ..core import AdvertisingData -from ..device import Device +from ..device import Device, Connection from ..gatt import ( GATT_ASHA_SERVICE, GATT_ASHA_READ_ONLY_PROPERTIES_CHARACTERISTIC,