pylint changes

This commit is contained in:
Isaac Wellish 2020-01-29 18:29:52 -05:00
parent a6282949fb
commit 5c382a228c

View file

@ -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)