From 8d65f81bc9f267eec75c7ca2c269860e1b8fd6e6 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Mon, 12 Sep 2022 11:35:07 -0500 Subject: [PATCH] backends/winrt/characteristic: remove unused import This was missed in #989. --- bleak/backends/winrt/characteristic.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bleak/backends/winrt/characteristic.py b/bleak/backends/winrt/characteristic.py index 3ee64af8..7270eeab 100644 --- a/bleak/backends/winrt/characteristic.py +++ b/bleak/backends/winrt/characteristic.py @@ -8,7 +8,6 @@ from bleak.backends.characteristic import BleakGATTCharacteristic from bleak.backends.descriptor import BleakGATTDescriptor -from bleak.backends.winrt.descriptor import BleakGATTDescriptorWinRT _GattCharacteristicsPropertiesMap = {