Skip to content

Commit 0362929

Browse files
committed
Run pre-commit
1 parent e89a1c2 commit 0362929

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

adafruit_sdcard.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
_TOKEN_STOP_TRAN = const(0xFD)
6969
_TOKEN_DATA = const(0xFE)
7070

71+
7172
# pylint: disable-msg=superfluous-parens
7273
class SDCard:
7374
"""Controls an SD card over SPI.

examples/sd_read_simpletest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
# Use the filesystem as normal! Our files are under /sd
2828

29+
2930
# This helper function will print the contents of the SD
3031
def print_directory(path, tabs=0):
3132
for file in os.listdir(path):

0 commit comments

Comments
 (0)