summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/vfs_fat_fileio1.py
diff options
context:
space:
mode:
authorJim Mussared <jim.mussared@gmail.com>2023-02-02 11:51:48 +1100
committerJim Mussared <jim.mussared@gmail.com>2023-02-02 12:51:03 +1100
commit8b2748269244304854b3462cb8902952b4dcb892 (patch)
tree05c315fc329eb32bb55c71303eef2183bf818e35 /tests/extmod/vfs_fat_fileio1.py
parentfe2a8332ff9c7cc7b66ed6da04f5a4a825309818 (diff)
downloadmicropython-8b2748269244304854b3462cb8902952b4dcb892.tar.gz
micropython-8b2748269244304854b3462cb8902952b4dcb892.zip
top: Update Python formatting to black "2023 stable style".
See https://black.readthedocs.io/en/stable/the_black_code_style/index.html Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'tests/extmod/vfs_fat_fileio1.py')
-rw-r--r--tests/extmod/vfs_fat_fileio1.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/extmod/vfs_fat_fileio1.py b/tests/extmod/vfs_fat_fileio1.py
index 7da08b80cf..c7ff9e0b98 100644
--- a/tests/extmod/vfs_fat_fileio1.py
+++ b/tests/extmod/vfs_fat_fileio1.py
@@ -13,7 +13,6 @@ except AttributeError:
class RAMFS:
-
SEC_SIZE = 512
def __init__(self, blocks):