Skip to content

Commit 25a55ff

Browse files
committed
lint
1 parent 6731d5f commit 25a55ff

File tree

1 file changed

+1
-1
lines changed
  • adafruit_ble/services/standard

1 file changed

+1
-1
lines changed

adafruit_ble/services/standard/hid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"""
3131
import struct
3232

33+
import _bleio
3334
from micropython import const
3435

35-
import _bleio
3636
from adafruit_ble.characteristics import Attribute
3737
from adafruit_ble.characteristics import Characteristic
3838
from adafruit_ble.characteristics.int import Uint8Characteristic

0 commit comments

Comments
 (0)