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>
This commit is contained in:
@@ -14,7 +14,6 @@ assert len(sys.argv) == 4
|
||||
md5 = hashlib.md5()
|
||||
|
||||
with open(sys.argv[3], "wb") as fout:
|
||||
|
||||
with open(sys.argv[1], "rb") as f:
|
||||
data_flash = f.read()
|
||||
fout.write(data_flash)
|
||||
|
||||
@@ -5,7 +5,6 @@ import lwip
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
ROM = uctypes.bytearray_at(0x40200000, 16)
|
||||
fid = esp.flash_id()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user