Skip to content

Commit 867eaab

Browse files
committed
fixed unused time import
pylint complained about the unused import. nice catch pylint!
1 parent 6434022 commit 867eaab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/ssd1306_simpletest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# Basic example of clearing and drawing pixels on a SSD1306 OLED display.
55
# This example and library is meant to work with Adafruit CircuitPython API.
66

7-
import time
87
import board
98
import busio
109
import displayio

0 commit comments

Comments
 (0)