Remove unused import os

This commit is contained in:
Melissa LeBlanc-Williams 2022-11-09 10:32:56 -08:00
parent bc463b1099
commit 08283cf58a

View file

@ -1,4 +1,3 @@
import os
try:
from adafruit_shell import Shell
except ImportError: