Skip to content

Commit 4ff3feb

Browse files
committed
goodbye unused imports
1 parent 3c51a18 commit 4ff3feb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/ov5640_directio_kaluga1_3_ili9341.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,11 @@
1616
the one which usually uses rotation=90 to get a landscape display.
1717
"""
1818

19-
import os
2019
import struct
2120

22-
import analogio
2321
import board
2422
import busio
2523
import displayio
26-
import sdcardio
27-
import storage
2824
import adafruit_ov5640
2925

3026
# Release any resources currently in use for the displays

0 commit comments

Comments
 (0)