Skip to content

Commit ca4e0a6

Browse files
committed
Fix winrt mypy error
1 parent f30e567 commit ca4e0a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bless/backends/winrt/characteristic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
GattLocalCharacteristicParameters,
1414
GattLocalCharacteristic,
1515
GattLocalCharacteristicResult,
16+
GattCharacteristicProperties,
1617
)
1718
else:
1819
from bleak_winrt.windows.devices.bluetooth.genericattributeprofile import ( # type: ignore # noqa: E501

0 commit comments

Comments
 (0)