[Tarantool-patches] [PATCH luajit 07/15] test: fix E301 errors by pycodestyle
Maxim Kokryashkin
m.kokryashkin at tarantool.org
Thu Aug 3 19:01:27 MSK 2023
Hi, Igor!
Thanks for the patch!
LGTM
--
Best regards,
Maxim Kokryashkin
>
>>Fixed the only occurrence of E301 ("expected 1 blank line, found 0")
>>error reported by pycodestyle[1].
>>
>>[1]: https://www.flake8rules.com/rules/E301.html
>>
>>Signed-off-by: Igor Munkin < imun at tarantool.org >
>>---
>> src/luajit_lldb.py | 1 +
>> 1 file changed, 1 insertion(+)
>>
>>diff --git a/src/luajit_lldb.py b/src/luajit_lldb.py
>>index f502a0e6..b62705c3 100644
>>--- a/src/luajit_lldb.py
>>+++ b/src/luajit_lldb.py
>>@@ -215,6 +215,7 @@ for cls in c_structs.keys():
>>
>> for cls in Struct.__subclasses__():
>> ptr_name = cls.__name__ + 'Ptr'
>>+
>> def make_ptr_init(nm, cls):
>> return type(
>> nm,
>>--
>>2.30.2
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.tarantool.org/pipermail/tarantool-patches/attachments/20230803/d6314ae7/attachment.htm>
More information about the Tarantool-patches
mailing list