all: Add missing imports for micropython.const.
Found by Ruff checking F821. Signed-off-by: Angus Gratton <angus@redyak.com.au>
This commit is contained in:
committed by
Damien George
parent
ef864a4aa4
commit
801910fc83
@@ -7,6 +7,7 @@ import bluetooth
|
||||
import io
|
||||
import os
|
||||
import micropython
|
||||
from micropython import const
|
||||
import machine
|
||||
|
||||
from ble_uart_peripheral import BLEUART
|
||||
|
||||
Reference in New Issue
Block a user