diff --git a/bumble/device.py b/bumble/device.py index 557602cf..73de305c 100644 --- a/bumble/device.py +++ b/bumble/device.py @@ -5173,7 +5173,7 @@ class Device(utils.CompositeEventEmitter): await self.gatt_server.notify_subscriber(connection, attribute, value, force) async def notify_subscribers( - self, attribute: Attribute, value=None, force=False + self, attribute: Attribute, value: Optional[Any] = None, force: bool = False ) -> None: """ Send a notification to all the subscribers of an attribute.