Skip to content

Commit 1f4829a

Browse files
author
Olaf Fricke
committed
Organized imports
1 parent b868511 commit 1f4829a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

custom_components/ble_monitor/ble_parser/get_beacon_key.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
import re
2020
import sys
2121

22-
from bleak import BleakClient, BleakScanner
23-
from bleak.backends.characteristic import BleakGATTCharacteristic
24-
from bleak.uuids import normalize_uuid_16
22+
from bleak import BleakClient
2523

2624
MAC_PATTERN = r"^[0-9A-F]{2}:[0-9A-F]{2}:[0-9A-F]{2}:[0-9A-F]{2}:[0-9A-F]{2}:[0-9A-F]{2}$"
2725

0 commit comments

Comments
 (0)