From 8b2748269244304854b3462cb8902952b4dcb892 Mon Sep 17 00:00:00 2001 From: Jim Mussared Date: Thu, 2 Feb 2023 11:51:48 +1100 Subject: 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 --- py/makeqstrdata.py | 1 + 1 file changed, 1 insertion(+) (limited to 'py/makeqstrdata.py') diff --git a/py/makeqstrdata.py b/py/makeqstrdata.py index e332ab94ed..71f529fb62 100644 --- a/py/makeqstrdata.py +++ b/py/makeqstrdata.py @@ -222,6 +222,7 @@ static_qstr_list = [ "zip", ] + # this must match the equivalent function in qstr.c def compute_hash(qstr, bytes_hash): hash = 5381 -- cgit v1.2.3