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:
Angus Gratton
2023-08-09 18:18:50 +10:00
committed by Damien George
parent ef864a4aa4
commit 801910fc83
4 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ import bluetooth
import io
import os
import micropython
from micropython import const
import machine
from ble_uart_peripheral import BLEUART