Skip to content

Commit b05534e

Browse files
committed
required to run black again
1 parent 96803dc commit b05534e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/bitmapsaver_screenshot_tft_featherwing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
vfs = storage.VfsFat(sdcard)
3636
virtual_root = "/sd" # /sd is root dir of SD Card
3737
storage.mount(vfs, virtual_root)
38-
38+
3939
print("Taking Screenshot... ")
4040
save_pixels("/sd/screenshot.bmp", display)
4141
print("Screenshot Saved")

examples/bitmapsaver_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
sdcard = adafruit_sdcard.SDCard(spi, cs)
5151
vfs = storage.VfsFat(sdcard)
5252
storage.mount(vfs, "/sd") # /sd is root dir of SD Card
53-
53+
5454
print("Taking Screenshot... ")
5555
save_pixels("/sd/screenshot.bmp", bitmap, palette)
5656
print("Screenshot Saved")

0 commit comments

Comments
 (0)