pylint changes
This commit is contained in:
parent
a6282949fb
commit
5c382a228c
1 changed files with 2 additions and 3 deletions
|
|
@ -4,9 +4,8 @@ Display notable info about famous electronics-related peoples
|
|||
Data sources: https://github.com/adafruit/OTD/tree/master/electronics
|
||||
"""
|
||||
|
||||
import random
|
||||
import board
|
||||
import time
|
||||
import board
|
||||
from adafruit_pyportal import PyPortal
|
||||
|
||||
cwd = ("/"+__file__).rsplit('/', 1)[0] # the current working directory (where this file is)
|
||||
|
|
@ -61,4 +60,4 @@ while True:
|
|||
x=220, y=10)
|
||||
|
||||
# wait 10 minutes before running again
|
||||
time.sleep(10*60)
|
||||
time.sleep(10*60)
|
||||
|
|
|
|||
Loading…
Reference in a new issue