Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed May 11, 2023
1 parent e89a1c2 commit 0362929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions adafruit_sdcard.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
_TOKEN_STOP_TRAN = const(0xFD)
_TOKEN_DATA = const(0xFE)


# pylint: disable-msg=superfluous-parens
class SDCard:
"""Controls an SD card over SPI.
Expand Down
1 change: 1 addition & 0 deletions examples/sd_read_simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

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


# This helper function will print the contents of the SD
def print_directory(path, tabs=0):
for file in os.listdir(path):
Expand Down

0 comments on commit 0362929

Please sign in to comment.