From 81985c47a9dba827cf32031929a4b5f2f671ff96 Mon Sep 17 00:00:00 2001 From: Gilles Boccon-Gibod Date: Mon, 2 Feb 2026 11:12:28 -0800 Subject: [PATCH] remove superfluous statement --- bumble/device.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bumble/device.py b/bumble/device.py index c6f3501..3094af1 100644 --- a/bumble/device.py +++ b/bumble/device.py @@ -2833,7 +2833,6 @@ class Device(utils.CompositeEventEmitter): self.public_address = response.bd_addr except hci.HCI_Error: logger.debug('Controller has no public address') - pass # Instantiate the Key Store (we do this here rather than at __init__ time # because some Key Store implementations use the public address as a namespace)