Skip to content

Commit 877f507

Browse files
committed
black gets me every time
ran black on directory
1 parent 55cfdf3 commit 877f507

3 files changed

+0
-3
lines changed

examples/bitmapsaver_screenshot_simpletest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@
2626
print("Screenshot Saved")
2727
storage.umount(vfs)
2828
print("SD Card Unmounted") # Do not remove SD card until unmounted
29-

examples/bitmapsaver_screenshot_tft_featherwing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@
4141
print("Screenshot Saved")
4242
storage.umount(vfs)
4343
print("SD Card Unmounted") # Do not remove SD card until unmounted
44-

examples/bitmapsaver_simpletest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,3 @@
5858
print("Screenshot Saved")
5959
storage.umount(vfs)
6060
print("SD Card Unmounted") # Do not remove SD card until unmounted
61-

0 commit comments

Comments
 (0)