Skip to content

Commit b8b9831

Browse files
authored
fix for black again
black fix again
1 parent 38283b3 commit b8b9831

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_pyportal.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@
6666

6767
try:
6868
import sdcardio
69+
6970
NATIVE_SD = True
7071
except ImportError:
7172
import adafruit_sdcard as sdcardio
73+
7274
NATIVE_SD = False
7375

7476
if hasattr(board, "TOUCH_XL"):

0 commit comments

Comments
 (0)