Skip to content

Commit af5c951

Browse files
authored
lint it
1 parent 010528e commit af5c951

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

EInk_Autostereograms/boot.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import board
2-
import digitalio
32
import storage
43
from analogio import AnalogIn
54

@@ -20,9 +19,9 @@ def read_buttons():
2019
# if a button is pressed while booting up, CircuitPython can write to the drive
2120
button = read_buttons()
2221
if button != None:
23-
readonly = False
22+
readonly = False
2423
if readonly:
2524
print("OS has write access to CircuitPython drive")
2625
else:
2726
print("CircuitPython has write access to drive")
28-
storage.remount("/", readonly)
27+
storage.remount("/", readonly)

0 commit comments

Comments
 (0)