Skip to content

Commit 5c382a2

Browse files
committed
pylint changes
1 parent a628294 commit 5c382a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PyPortal_on_this_day/code.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
Data sources: https://github.com/adafruit/OTD/tree/master/electronics
55
"""
66

7-
import random
8-
import board
97
import time
8+
import board
109
from adafruit_pyportal import PyPortal
1110

1211
cwd = ("/"+__file__).rsplit('/', 1)[0] # the current working directory (where this file is)
@@ -61,4 +60,4 @@ def identity(x):
6160
x=220, y=10)
6261

6362
# wait 10 minutes before running again
64-
time.sleep(10*60)
63+
time.sleep(10*60)

0 commit comments

Comments
 (0)